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

fix: make user for nixseparatedebuginfod to allow it to use the nix-daemon

This commit is contained in:
oddlama 2023-09-29 17:28:37 +02:00
parent 7b9cc4172a
commit fe21c0030c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 15 additions and 0 deletions

View file

@ -25,5 +25,6 @@
rtkit = uidGid 984;
gitea = uidGid 983;
redis-paperless = uidGid 982;
nixseparatedebuginfod = uidGid 981;
};
}