]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Configure mail (dovecot, postfix, spam checks)
[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 = {
a929614f
IB
6 vhost = 390;
7 openarc = 391;
411af8e3 8 opendmarc = 392;
d42bbbe6 9 peertube = 394;
182ae57f 10 redis = 395;
1a718805 11 nullmailer = 396;
996a68c2 12 mediagoblin = 397;
7009832a 13 diaspora = 398;
613aea56 14 mastodon = 399;
996a68c2
IB
15 };
16 ids.gids = {
a929614f
IB
17 vhost = 390;
18 openarc = 391;
411af8e3 19 opendmarc = 392;
d42bbbe6 20 peertube = 394;
182ae57f 21 redis = 395;
1a718805 22 nullmailer = 396;
996a68c2 23 mediagoblin = 397;
7009832a 24 diaspora = 398;
613aea56 25 mastodon = 399;
996a68c2
IB
26 };
27 };
28}