chore: rename homelab host to spacestation

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-19 15:13:15 -03:00
parent cada4ebf7e
commit 0884a455cd
9 changed files with 6 additions and 6 deletions

View File

@@ -9,11 +9,11 @@ creation_rules:
key_groups:
- age:
- *primary
- path_regex: secrets/homelab-secrets.yaml$
- path_regex: secrets/spacestation-secrets.yaml$
key_groups:
- age:
- *primary
- path_regex: secrets/homelab-secrets.lesser.json$
- path_regex: secrets/spacestation-secrets.lesser.json$
key_groups:
- age:
- *primary

View File

@@ -74,7 +74,7 @@
in {
nixosConfigurations = create-host [
"battleship"
"homelab"
"spacestation"
];
};
}

View File

@@ -14,7 +14,7 @@
programs.nih.enable = true;
programs.nih.flakeDir = "/home/guz/.nix";
programs.nih.host = "homelab";
programs.nih.host = "spacestation";
profiles.locale.enable = true;

View File

@@ -6,7 +6,7 @@
...
}: let
lesser-secrets = with builtins;
fromJSON (readFile ../../secrets/homelab-secrets.lesser.decrypted.json);
fromJSON (readFile ../../secrets/spacestation-secrets.lesser.decrypted.json);
jsonType = pkgs.formats.json {};
in {
imports = [
@@ -27,7 +27,7 @@ in {
sops
];
sops.defaultSopsFile = ../../secrets/homelab-secrets.yaml;
sops.defaultSopsFile = ../../secrets/spacestation-secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.secrets."guz/password" = {