chore: rename homelab host to spacestation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
in {
|
||||
nixosConfigurations = create-host [
|
||||
"battleship"
|
||||
"homelab"
|
||||
"spacestation"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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" = {
|
||||
Reference in New Issue
Block a user