config/default: useSandbox -> settings.sandbox

This commit is contained in:
makefu 2024-05-31 13:51:27 +02:00
parent 2245f90c40
commit 26834dcd9b
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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