forked from mirrors_public/oddlama_nix-config
feat: add sandbox path on dev machines for agenix-rekey
This commit is contained in:
parent
c9f0f1a026
commit
73897f648d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
environment.systemPackages = [pkgs.man-pages pkgs.man-pages-posix];
|
||||
environment.enableDebugInfo = true;
|
||||
|
||||
# Add the agenix-rekey sandbox path permanently to avoid adding myself to trusted-users
|
||||
nix.settings.extra-sandbox-paths = ["/var/tmp/agenix-rekey"];
|
||||
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
nix.settings.allowed-users = ["nixseparatedebuginfod"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue