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