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