hosts: nixos: porthos: secrets: rename 'nix-cache'

To go with the module rename.
This commit is contained in:
Bruno BELANYI 2023-08-19 12:36:05 +02:00
parent ab59054518
commit 19d2916e1c
3 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ in
publicKeys = all;
};
"nix-serve/cache-key.age".publicKeys = all;
"nix-cache/cache-key.age".publicKeys = all;
"paperless/password.age".publicKeys = all;
"paperless/secret-key.age".publicKeys = all;

View File

@ -95,7 +95,7 @@ in
};
nix-cache = {
enable = true;
secretKeyFile = secrets."nix-serve/cache-key".path;
secretKeyFile = secrets."nix-cache/cache-key".path;
};
nginx = {
enable = true;