hosts: nixos: porthos: secrets: rename 'nix-cache'
To go with the module rename.
This commit is contained in:
parent
ab59054518
commit
19d2916e1c
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue