ssh update + fstab

This commit is contained in:
2024-04-13 11:10:21 -06:00
parent 5fcacb71b4
commit a69cd04c8a
3 changed files with 10 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ passwords and other secrets.
imports = [
# <agenix/modules/age.nix>
./fstab.nix
./docker.nix
(import "${home-manager}/nixos")
# nixGaming.nixosModules.pipewireLowLatency
];
@@ -181,9 +182,9 @@ nix = let featuresList = [
auto-optimise-store = true;
trusted-users = [ "nixremote" ];
system-features = featuresList;
# experimental-features = [
# "nix-command" "flakes"
# ];
experimental-features = [
"nix-command" "flakes"
];
substituters = [
"https://nix-gaming.cachix.org"
"https://nixpkgs-python.cachix.org"
@@ -361,7 +362,8 @@ users = {
openssh = {
authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIParbc033V2/yPsuhBQ8NPbnsEI/Ec0N4Lk6RJubTFfZ jawz@workstation"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx4KRyxm4DeZ7nRhrddTy/P/FaWRl1hkk4FoAr6Nx91 jawz@galaxy"
];
};
#+end_src