forked from mirrors_public/oddlama_nix-config
fix: give nixseparatedebuginfod a writable /tmp
This commit is contained in:
parent
ad03744781
commit
72d36b6290
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ lib.optionalAttrs (!minimal) {
|
|||
DynamicUser = lib.mkForce false;
|
||||
User = "nixseparatedebuginfod";
|
||||
Group = "nixseparatedebuginfod";
|
||||
PrivateTmp = true;
|
||||
};
|
||||
users = {
|
||||
groups.nixseparatedebuginfod = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue