sane-reclaim-{boot,disk}-space: sandbox with bunpen
This commit is contained in:
@@ -128,7 +128,7 @@ in
|
||||
"sane-scripts.private-unlock".sandbox.enable = false;
|
||||
|
||||
"sane-scripts.reclaim-boot-space".sandbox = {
|
||||
method = "bwrap";
|
||||
method = "bunpen";
|
||||
extraPaths = [ "/boot" ];
|
||||
};
|
||||
|
||||
@@ -148,7 +148,7 @@ in
|
||||
};
|
||||
|
||||
"sane-scripts.reclaim-disk-space".sandbox = {
|
||||
method = "bwrap";
|
||||
method = "bunpen";
|
||||
extraPaths = [ "/nix/var/nix" ];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user