From 93bc5cbd01715110aea17ee986fffd0cf4173ead Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 19 Apr 2023 23:05:08 +0200 Subject: [PATCH] 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... --- hosts/nixos/porthos/services.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index 75ebe6b..d9abc7f 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -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 = {