]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Add monitoring modules via naemon
[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 = {
3bc32d9e 17 nagios = 11; # commented in the ids file
a929614f
IB
18 vhost = 390;
19 openarc = 391;
411af8e3 20 opendmarc = 392;
d42bbbe6 21 peertube = 394;
182ae57f 22 redis = 395;
1a718805 23 nullmailer = 396;
996a68c2 24 mediagoblin = 397;
7009832a 25 diaspora = 398;
613aea56 26 mastodon = 399;
996a68c2
IB
27 };
28 };
29}