refactor: Rename keys

This commit is contained in:
Madeleine Sydney
2025-01-13 02:19:09 -07:00
parent e8b0b71905
commit 98a02736b1
3 changed files with 3 additions and 3 deletions

View File

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