sane-reclaim-{boot,disk}-space: sandbox with bunpen

This commit is contained in:
2024-09-03 14:16:14 +00:00
parent 9301a84e1c
commit 179c6697e6

View File

@@ -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" ];
};