ssh update + fstab
This commit is contained in:
parent
5fcacb71b4
commit
a69cd04c8a
@ -290,8 +290,8 @@ users.users.jawz = {
|
||||
openssh = {
|
||||
authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIParbc033V2/yPsuhBQ8NPbnsEI/Ec0N4Lk6RJubTFfZ jawz@server"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcZqjRU6hPBhJI0DJZoAjtdg8yBFbGhG5ohSZqhkYp+ capta@workstation"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH2wtsaMvfEUm//2YnFHyrc16o+TOXXBfIGPJ9nL8RMp jawz@workstation"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCvAdMGKPSNYihtue5RjtcyPaMjzoC3mCT26rS3rtss jawz@galaxy"
|
||||
];
|
||||
};
|
||||
#+end_src
|
||||
|
||||
@ -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
|
||||
|
||||
@ -52,8 +52,8 @@
|
||||
# options = [ "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
in {
|
||||
"/mnt/pool" = mount "pool" // { };
|
||||
"/mnt/jawz" = mount "jawz" // { };
|
||||
# "/mnt/pool" = mount "pool" // { };
|
||||
# "/mnt/jawz" = mount "jawz" // { };
|
||||
"/" = {
|
||||
device = "/dev/mapper/nvme";
|
||||
fsType = "btrfs";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user