Refactor eidola (services dir)

This commit is contained in:
minish 2024-12-22 00:24:33 -05:00
parent 047705b0be
commit 57c51c4f7c
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
4 changed files with 7 additions and 13 deletions

View File

@ -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:

View File

@ -4,13 +4,14 @@
...
}: {
imports = [
./services
./hardware.nix
./disk-config.nix
./mounts.nix
./secrets.nix
./nebula.nix
./zfs.nix
./samba.nix
./prometheus.nix
];

View File

@ -0,0 +1,5 @@
{...}: {
imports = [
./samba.nix
];
}