ytnix: disable nix sandbox
This commit is contained in:
parent
fcd42883ea
commit
5dd8b87f38
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
"docker"
|
||||
"disk"
|
||||
"adbusers"
|
||||
"podman"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; lib.flatten [
|
||||
|
@ -384,4 +385,5 @@
|
|||
programs.ccache.enable = true;
|
||||
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
|
||||
programs.fuse.userAllowOther = true;
|
||||
nix.settings.sandbox = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue