diff --git a/config/jawz.nix b/config/jawz.nix index 47a62f7..2284eb2 100644 --- a/config/jawz.nix +++ b/config/jawz.nix @@ -79,7 +79,6 @@ in "galaxy" "phone" "vps" - "windows_vm" ]; }; } diff --git a/parts/core.nix b/parts/core.nix index 45a71c7..c7f25e0 100644 --- a/parts/core.nix +++ b/parts/core.nix @@ -224,7 +224,6 @@ in nixworkstation = ../secrets/ssh/ed25519_nixworkstation.pub; nixserver = ../secrets/ssh/ed25519_nixserver.pub; nixminiserver = ../secrets/ssh/ed25519_nixminiserver.pub; - windows_vm = ../secrets/ssh/ed25519_windows_vm.pub; }; getSshKeys = keyNames: keyNames |> map (name: inputs.self.lib.sshKeys.${name}); # Helper functions for multi-user toggle support