mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
set sandboxing relaxed
This commit is contained in:
parent
849728aeb5
commit
e5b26d9061
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ with lib;
|
||||||
package = mkDefault pkgs.nixUnstable;
|
package = mkDefault pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
sandbox = relaxed
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue