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:
parent
f7df17686f
commit
93bc5cbd01
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue