From 41852e9eaddb84e45685fa4b0119d758be5f0b08 Mon Sep 17 00:00:00 2001 From: Xe Date: Thu, 6 Oct 2022 20:51:19 +0000 Subject: [PATCH] extra-sandbox-paths Signed-off-by: Xe --- hosts/kos-mos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kos-mos/default.nix b/hosts/kos-mos/default.nix index c8ec249..f0212cc 100644 --- a/hosts/kos-mos/default.nix +++ b/hosts/kos-mos/default.nix @@ -7,7 +7,7 @@ environment.systemPackages = with pkgs; [ nodejs-14_x ]; services.tailscale.port = 15428; - nix.sandboxPaths = [ "/var/cache/ccache" ]; + nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" ]; networking.hostName = "kos-mos"; networking.hostId = "472479d4";