modules: services: rename 'nix-cache'
I'm about to modify the module to use a different cache implementation, so this name is more appropriate.
This commit is contained in:
parent
4571a39c25
commit
ab59054518
3 changed files with 6 additions and 6 deletions
|
|
@ -93,7 +93,7 @@ in
|
|||
enable = true;
|
||||
passwordFile = secrets."nextcloud/password".path;
|
||||
};
|
||||
nix-serve = {
|
||||
nix-cache = {
|
||||
enable = true;
|
||||
secretKeyFile = secrets."nix-serve/cache-key".path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue