diff --git a/server/configuration.org b/server/configuration.org index dc3a476..a0774d0 100644 --- a/server/configuration.org +++ b/server/configuration.org @@ -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 diff --git a/workstation/configuration.org b/workstation/configuration.org index 11b6bac..b1c7d7d 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -69,6 +69,7 @@ passwords and other secrets. imports = [ # ./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 diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 882e20f..99cb55b 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -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";