diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-24 11:08:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:46:50 +0200 |
commit | ac9876900939f2be804263bd377c9f9fc85bbc93 (patch) | |
tree | e4d2f5fd5e54ff3139f5c91052ed54e8c8680d8b /nix | |
parent | 4279ca95ebab3fc40d2549f64ed95e40a4bb0e86 (diff) | |
download | garage-ac9876900939f2be804263bd377c9f9fc85bbc93.tar.gz garage-ac9876900939f2be804263bd377c9f9fc85bbc93.zip |
Bump Nix image to 22.05
Diffstat (limited to 'nix')
-rw-r--r-- | nix/nix.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/nix.conf b/nix/nix.conf index 5a9de951..f3defe69 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -3,3 +3,5 @@ trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDS max-jobs = auto cores = 4 log-lines = 200 +filter-syscalls = false +sandbox = false |