fix: give nixseparatedebuginfod a writable /tmp

This commit is contained in:
oddlama 2023-09-29 17:41:19 +02:00
parent ad03744781
commit 72d36b6290
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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 = {};