From 7c44bf9656a24c8ffe623c1462278e2a2723dbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 26 Feb 2025 18:37:20 +0100 Subject: [PATCH] Include nix settings for nix-cache --- services/nix-cache/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/nix-cache/default.nix b/services/nix-cache/default.nix index d8396ef..18db40c 100644 --- a/services/nix-cache/default.nix +++ b/services/nix-cache/default.nix @@ -4,5 +4,6 @@ ./build-flakes.nix ./harmonia.nix ./proxy.nix + ./nix.nix ]; }