feat: Encryption

This commit is contained in:
Madeleine Sydney
2025-02-18 13:56:19 -07:00
parent 91b94d911f
commit d203a71aaa
15 changed files with 80 additions and 26 deletions

View File

@@ -10,7 +10,6 @@ in {
keyFile = mkOption {
description = "Path to an Age key file.";
type = types.path;
default = "/persist/sydnix-key";
};
secrets = mkOption {
description = "Secrets passed directly to sops-nix.";