extra-sandbox-paths
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
9ed3f8ca3c
commit
41852e9ead
|
@ -7,7 +7,7 @@
|
||||||
environment.systemPackages = with pkgs; [ nodejs-14_x ];
|
environment.systemPackages = with pkgs; [ nodejs-14_x ];
|
||||||
services.tailscale.port = 15428;
|
services.tailscale.port = 15428;
|
||||||
|
|
||||||
nix.sandboxPaths = [ "/var/cache/ccache" ];
|
nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" ];
|
||||||
|
|
||||||
networking.hostName = "kos-mos";
|
networking.hostName = "kos-mos";
|
||||||
networking.hostId = "472479d4";
|
networking.hostId = "472479d4";
|
||||||
|
|
Loading…
Reference in New Issue