nixos: porthos: services: enable nix-serve

Unfortunately, the priority cannot be changed and defaults to being
higher (by using a lower integer) than the NixOS cache...
This commit is contained in:
Bruno BELANYI 2023-04-19 23:05:08 +02:00
parent f7df17686f
commit 93bc5cbd01

View file

@ -96,6 +96,10 @@ in
enable = true;
passwordFile = secrets."nextcloud/password".path;
};
nix-serve = {
enable = true;
secretKeyFile = secrets."nix-serve/cache-key".path;
};
nginx = {
enable = true;
acme = {