X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fmastodon%2Fdefault.nix;h=3740a49c60c4644e5fdcad618152f25147d440c5;hp=f1a207feb97554d305ca2d8e7fc2871705a3955d;hb=3b075825f1f2fc3578024454a8970e3797248209;hpb=7ebcaad53a3261d8a4aefd8a64c5c7d9d8ac2fa0 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 { }; config = lib.mkIf cfg.enable { - ids.uids.mastodon = 399; - ids.gids.mastodon = 399; + ids.uids.mastodon = myconfig.env.tools.mastodon.user.uid; + ids.gids.mastodon = myconfig.env.tools.mastodon.user.gid; users.users.mastodon = { name = "mastodon";