Move the encryption config into a package.

This commit is contained in:
Tom Alexander
2025-12-14 20:28:48 -05:00
parent 1606d569d0
commit edf6d40bf6
6 changed files with 222 additions and 178 deletions

View File

@@ -7,6 +7,7 @@ symlinkJoin {
name = "k8s-keys";
paths = [
k8s.ca
k8s.encryption_config
]
++ (builtins.attrValues k8s.keys)
++ (builtins.attrValues k8s.client-configs);