From 5c00db28c137c0886db7679b0de4e2d4a70a6832 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 24 May 2024 19:04:56 +0100 Subject: [PATCH] remove references to old vault host --- hosts/nixos.nix | 12 +----------- outputs.nix | 6 ------ 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/hosts/nixos.nix b/hosts/nixos.nix index 6c5f65b..b03cb8c 100644 --- a/hosts/nixos.nix +++ b/hosts/nixos.nix @@ -103,16 +103,6 @@ in { modules = defaultModules ++ [./hetzner-arm/hetzner-arm.nix]; }; - vault = nixosUnstableSystem { - specialArgs = - defaultSpecialArgs - // { - hostPath = ./vault; - }; - system = "aarch64-linux"; - modules = defaultModules ++ [./vault/vault.nix]; - }; - # nix build .#nixosConfigurations.nixos-live-x86_64.config.system.build.isoImage nixos-live-x86_64 = nixosX86_64LiveWithExtraDepsForMachines ["lappy-t495"]; @@ -121,7 +111,7 @@ in { specialArgs = defaultSpecialArgs // { - hostPath = ./vault; + hostPath = ./raspberry; }; system = "aarch64-linux"; modules = defaultModules ++ [./raspberry/raspberry.nix]; diff --git a/outputs.nix b/outputs.nix index 79d9a9b..ce09ccc 100644 --- a/outputs.nix +++ b/outputs.nix @@ -153,12 +153,6 @@ in // { sshAddress = "hetzner-arm.servers.genderfucked.monster"; }; - "vault" = - configForMachine "vault" - // { - hasHostSecrets = doesHaveHostSecrets "vault"; - sshAddress = "vault.servers.genderfucked.monster"; - }; "lappy-t495" = configForMachine "lappy-t495"; "lappy-surface" = configForMachine "lappy-surface"; };