diff options
| author | stuebinm | 2026-01-06 14:18:17 +0100 |
|---|---|---|
| committer | stuebinm | 2026-01-06 14:18:17 +0100 |
| commit | 2501e1b851b929c6f2abbbc1126dbcf41b153ab8 (patch) | |
| tree | c3fcf4c597cc8433d985143a9635f474c271da20 | |
| parent | 964779db4d62613d48ade8b8695474bdd57271d3 (diff) | |
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)
| -rw-r--r-- | default.nix | 9 |
1 files changed, 0 insertions, 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 = { |
