nixpkgs-review: persist the ~/.cache/nixpkgs-review directory
This commit is contained in:
@@ -857,6 +857,9 @@ in
|
|||||||
nixpkgs-review.sandbox.extraPaths = [
|
nixpkgs-review.sandbox.extraPaths = [
|
||||||
"/nix"
|
"/nix"
|
||||||
];
|
];
|
||||||
|
nixpkgs-review.persist.byStore.cryptClearOnBoot = [
|
||||||
|
".cache/nixpkgs-review" #< help it not exhaust / tmpfs
|
||||||
|
];
|
||||||
|
|
||||||
nmap.sandbox.method = "bwrap";
|
nmap.sandbox.method = "bwrap";
|
||||||
nmap.sandbox.net = "all"; # clearnet and lan
|
nmap.sandbox.net = "all"; # clearnet and lan
|
||||||
|
Reference in New Issue
Block a user