From 7bcabeda5dd41d76ace92d0822878d8251b427a7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 28 Dec 2024 01:11:52 -0800 Subject: [PATCH] deploy: remove virtmsi --- flake.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 807a4b7..7ce48a4 100644 --- a/flake.nix +++ b/flake.nix @@ -48,16 +48,9 @@ let homeConfigPath = username: deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.${username}; in { sshUser = "ravenshade"; - nodes = { - virtmsi = { - hostname = "virtmsi"; - profiles.home.path = homeConfigPath "ravenshade@permafrost"; - fastConnection = true; - }; - permafrost = { - hostname = "permafrost"; - profiles.home.path = homeConfigPath "ravenshade@permafrost"; - }; + nodes.permafrost = { + hostname = "permafrost"; + profiles.home.path = homeConfigPath "ravenshade@permafrost"; }; };