extra-sandbox-paths

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-06 20:51:19 +00:00
parent 9ed3f8ca3c
commit 41852e9ead
1 changed files with 1 additions and 1 deletions

View File

@ -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";