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:
Bruno BELANYI 2023-08-19 12:34:22 +02:00
parent 4571a39c25
commit ab59054518
3 changed files with 6 additions and 6 deletions

View file

@ -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;
};