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;
|
DynamicUser = lib.mkForce false;
|
||||||
User = "nixseparatedebuginfod";
|
User = "nixseparatedebuginfod";
|
||||||
Group = "nixseparatedebuginfod";
|
Group = "nixseparatedebuginfod";
|
||||||
|
PrivateTmp = true;
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
groups.nixseparatedebuginfod = {};
|
groups.nixseparatedebuginfod = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue