From a15db616b4c161a8c838ceebcfab9bc17782e6bf Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 6 Feb 2026 06:12:10 -0600 Subject: [PATCH] removed windows_vm key --- config/jawz.nix | 1 - parts/core.nix | 1 - 2 files changed, 2 deletions(-) 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