]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Move mastodon module outside of nixops
[perso/Immae/Config/Nix.git] / modules / myids.nix
CommitLineData
996a68c2
IB
1{ ... }:
2{
1a718805 3 # Check that there is no clash with nixos/modules/misc/ids.nix
996a68c2
IB
4 config = {
5 ids.uids = {
d42bbbe6 6 peertube = 394;
1a718805 7 nullmailer = 396;
996a68c2 8 mediagoblin = 397;
613aea56 9 mastodon = 399;
996a68c2
IB
10 };
11 ids.gids = {
d42bbbe6 12 peertube = 394;
1a718805 13 nullmailer = 396;
996a68c2 14 mediagoblin = 397;
613aea56 15 mastodon = 399;
996a68c2
IB
16 };
17 };
18}