Added Sops to all Hosts, Added LoyAdjos Sops Key
This commit is contained in:
parent
959fd540dc
commit
14253d71b6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
keys:
|
||||
- &server_kb-game-01 age165jt2q3uxp79k4jfsegnq7ul9j54l2rqsn87rq0qjkcv3y5krcmqsznyw7
|
||||
- &client_LANA9Z age12v97unnfjmhm3ataxpl3mp89kxsr9hdqs4kmgsx8ys75m4ljey5qkf4t55
|
||||
- &client_LoyAdjo age19tr9srawrft90s2a0cydqhuqt3f08aezmj82s43yhgzdte4fv4wstkchsz
|
||||
creation_rules:
|
||||
- path_regex: modules/nixos/services/minecraft/secrets.yaml$
|
||||
key_groups:
|
||||
|
|
|
@ -42,13 +42,11 @@
|
|||
# Modules for Host kb-game-01
|
||||
systems.hosts.kb-game-01.modules = with inputs; [
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
# Modules for Host LANA7Z
|
||||
systems.hosts.LANA9Z.modules = with inputs; [
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
# Modules for Host LoyAdjo
|
||||
|
@ -63,6 +61,7 @@
|
|||
|
||||
# Modules that get imported to every NixOS system
|
||||
systems.modules.nixos = with inputs; [
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };
|
||||
|
|
Loading…
Add table
Reference in a new issue