remove references to old vault host

This commit is contained in:
chaos 2024-05-24 19:04:56 +01:00
parent 3ba2086d8a
commit 5c00db28c1
No known key found for this signature in database
2 changed files with 1 additions and 17 deletions

View file

@ -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];

View file

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