add TODO: remove some dangling hardcoded uid numbers

This commit is contained in:
colin 2022-07-15 01:01:41 -07:00
parent 2f3eda1800
commit 5ec0ee4524
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# features/tweaks
- emoji picker application
- find a Masto/Pleroma app which works on mobile
- remove hardcoded uid/gids outside of allocations.nix (used in impermanence code -- replace with username/groupname)
# speed up cross compiling

View File

@ -5,6 +5,7 @@
{
colinsane.impermanence.service-dirs = [
# TODO: mode?
# user and group are both "matrix-appservice-irc"
{ user = "993"; group = "992"; directory = "/var/lib/matrix-appservice-irc"; }
{ user = "224"; group = "224"; directory = "/var/lib/matrix-synapse"; }
];