]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Export some directories to pub accounts
[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 = {
cfda3cfc 6 acme = 388;
6a8252b1 7 backup = 389;
a929614f
IB
8 vhost = 390;
9 openarc = 391;
411af8e3 10 opendmarc = 392;
d42bbbe6 11 peertube = 394;
182ae57f 12 redis = 395;
1a718805 13 nullmailer = 396;
996a68c2 14 mediagoblin = 397;
7009832a 15 diaspora = 398;
613aea56 16 mastodon = 399;
996a68c2
IB
17 };
18 ids.gids = {
3bc32d9e 19 nagios = 11; # commented in the ids file
cfda3cfc 20 acme = 388;
6a8252b1 21 backup = 389;
a929614f
IB
22 vhost = 390;
23 openarc = 391;
411af8e3 24 opendmarc = 392;
d42bbbe6 25 peertube = 394;
182ae57f 26 redis = 395;
1a718805 27 nullmailer = 396;
996a68c2 28 mediagoblin = 397;
7009832a 29 diaspora = 398;
613aea56 30 mastodon = 399;
996a68c2
IB
31 };
32 };
33}