From 2501e1b851b929c6f2abbbc1126dbcf41b153ab8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 6 Jan 2026 14:18:17 +0100 Subject: default.nix: remove parsons deploy config this server is deprecated & the block appears to cause eval issues (by making the deploy-info call of deploy-rs depend on the home config, which it otherwise would not have to) --- default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/default.nix b/default.nix index 55e130e..04342c3 100644 --- a/default.nix +++ b/default.nix @@ -46,15 +46,6 @@ let deploy.nodes = { chaski = deploy-vps "chaski"; flora = deploy-vps "flora"; - parsons = { - hostname = "parsons"; - profiles.home = { - user = "stuebinm"; - sshUser = "stuebinm"; - path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager - self.homeConfigurations.stuebinm-minimal; - }; - }; abbenay = { hostname = "abbenay"; profiles.system = { -- cgit v1.2.3