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