1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

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;
User = "nixseparatedebuginfod";
Group = "nixseparatedebuginfod";
PrivateTmp = true;
};
users = {
groups.nixseparatedebuginfod = {};