Refactor eidola (services dir)
This commit is contained in:
parent
047705b0be
commit
57c51c4f7c
12
.sops.yaml
12
.sops.yaml
|
@ -3,18 +3,6 @@ keys:
|
|||
- &eidola age1uqxzduupzes3tgfrrlret0n6thyldmlef60nqfzk689lmg6yayvsqpwxj6
|
||||
- &silver age19yhycdgqczrvttszq97ccljh684x3r7f5dj4p0wdwqsrusqlcayse0vsh3
|
||||
creation_rules:
|
||||
- path_regex: k8s/.*/secrets/.*\.yaml$
|
||||
encrypted_regex: "^(data|stringData)$"
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *min
|
||||
- path_regex: secrets/k3s-token\.txt$
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *min
|
||||
age:
|
||||
- *silver
|
||||
- *eidola
|
||||
- path_regex: secrets/eidola\.yaml$
|
||||
key_groups:
|
||||
- pgp:
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
./services
|
||||
|
||||
./hardware.nix
|
||||
./disk-config.nix
|
||||
./mounts.nix
|
||||
./secrets.nix
|
||||
./nebula.nix
|
||||
./zfs.nix
|
||||
./samba.nix
|
||||
./prometheus.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./samba.nix
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue