aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/mastodon')
-rw-r--r--nixops/modules/websites/tools/mastodon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/mastodon/default.nix b/nixops/modules/websites/tools/mastodon/default.nix
index f1a207f..3740a49 100644
--- a/nixops/modules/websites/tools/mastodon/default.nix
+++ b/nixops/modules/websites/tools/mastodon/default.nix
@@ -12,8 +12,8 @@ in {
12 }; 12 };
13 13
14 config = lib.mkIf cfg.enable { 14 config = lib.mkIf cfg.enable {
15 ids.uids.mastodon = 399; 15 ids.uids.mastodon = myconfig.env.tools.mastodon.user.uid;
16 ids.gids.mastodon = 399; 16 ids.gids.mastodon = myconfig.env.tools.mastodon.user.gid;
17 17
18 users.users.mastodon = { 18 users.users.mastodon = {
19 name = "mastodon"; 19 name = "mastodon";