From 2ee384068718a4cf03f08d220f443c8e69c35891 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Sat, 1 Jul 2023 15:17:05 -0500 Subject: [PATCH] Re-enable nix-serve-ng --- system/nix-conf.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/nix-conf.nix b/system/nix-conf.nix index be30014..9801523 100644 --- a/system/nix-conf.nix +++ b/system/nix-conf.nix @@ -1,4 +1,10 @@ -{ ... }: { +{ config, ... }: { + services = { + nix-serve = { + enable = true; + secretKeyFile = config.age.secrets.cache-key.path; + }; + }; nix = { buildMachines = [ {