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; publicKeys = all;
}; };
"nix-serve/cache-key.age".publicKeys = all; "nix-cache/cache-key.age".publicKeys = all;
"paperless/password.age".publicKeys = all; "paperless/password.age".publicKeys = all;
"paperless/secret-key.age".publicKeys = all; "paperless/secret-key.age".publicKeys = all;

View file

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