]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - modules/myids.nix
Add monitoring modules via naemon
[perso/Immae/Config/Nix/NUR.git] / modules / myids.nix
CommitLineData
24fd1fe6
IB
1{ ... }:
2{
3 # Check that there is no clash with nixos/modules/misc/ids.nix
4 config = {
5 ids.uids = {
72844d53
IB
6 vhost = 390;
7 openarc = 391;
2b96efc8 8 opendmarc = 392;
24fd1fe6
IB
9 peertube = 394;
10 redis = 395;
11 nullmailer = 396;
12 mediagoblin = 397;
13 diaspora = 398;
14 mastodon = 399;
15 };
16 ids.gids = {
17eabf47 17 nagios = 11; # commented in the ids file
72844d53
IB
18 vhost = 390;
19 openarc = 391;
2b96efc8 20 opendmarc = 392;
24fd1fe6
IB
21 peertube = 394;
22 redis = 395;
23 nullmailer = 396;
24 mediagoblin = 397;
25 diaspora = 398;
26 mastodon = 399;
27 };
28 };
29}