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"; }; };