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
|
- &eidola age1uqxzduupzes3tgfrrlret0n6thyldmlef60nqfzk689lmg6yayvsqpwxj6
|
||||||
- &silver age19yhycdgqczrvttszq97ccljh684x3r7f5dj4p0wdwqsrusqlcayse0vsh3
|
- &silver age19yhycdgqczrvttszq97ccljh684x3r7f5dj4p0wdwqsrusqlcayse0vsh3
|
||||||
creation_rules:
|
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$
|
- path_regex: secrets/eidola\.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- pgp:
|
- pgp:
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./services
|
||||||
|
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
./mounts.nix
|
./mounts.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./nebula.nix
|
./nebula.nix
|
||||||
./zfs.nix
|
./zfs.nix
|
||||||
./samba.nix
|
|
||||||
./prometheus.nix
|
./prometheus.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
./samba.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue