]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Move diaspora 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;
7009832a 9 diaspora = 398;
613aea56 10 mastodon = 399;
996a68c2
IB
11 };
12 ids.gids = {
d42bbbe6 13 peertube = 394;
1a718805 14 nullmailer = 396;
996a68c2 15 mediagoblin = 397;
7009832a 16 diaspora = 398;
613aea56 17 mastodon = 399;
996a68c2
IB
18 };
19 };
20}