From 5ec0ee45243ff267d9a6555ec54308a6d1f154d3 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 15 Jul 2022 01:01:41 -0700 Subject: [PATCH] add TODO: remove some dangling hardcoded uid numbers --- TODO.md | 1 + machines/servo/services/matrix.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 58b3b0cd..9dc11835 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/machines/servo/services/matrix.nix b/machines/servo/services/matrix.nix index 249090ec..5867a244 100644 --- a/machines/servo/services/matrix.nix +++ b/machines/servo/services/matrix.nix @@ -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"; } ];