config/default: useSandbox -> settings.sandbox
This commit is contained in:
parent
2245f90c40
commit
26834dcd9b
@ -28,7 +28,7 @@ with import ../../lib/pure.nix { inherit lib; };
|
||||
networking.hostName = config.krebs.build.host.name;
|
||||
|
||||
nix.maxJobs = 1;
|
||||
nix.useSandbox = true;
|
||||
nix.settings.sandbox = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
Loading…
Reference in New Issue
Block a user