nix/darwin: enable nix-daemon sandbox

This commit is contained in:
Charlotte Van Petegem 2024-07-19 16:09:51 +02:00
parent af392da2ee
commit a3787bb24e

View file

@ -4,6 +4,7 @@
nix = {
configureBuildUsers = true;
gc.interval = if config.chvp.base.nix.slowGc then { Hour = 0; Minute = 0; } else { Minute = 0; };
settings.sandbox = true;
};
services.nix-daemon.enable = true;
}