]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - modules/myids.nix
Add backup module
[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 = {
245acb24 6 backup = 389;
72844d53
IB
7 vhost = 390;
8 openarc = 391;
2b96efc8 9 opendmarc = 392;
24fd1fe6
IB
10 peertube = 394;
11 redis = 395;
12 nullmailer = 396;
13 mediagoblin = 397;
14 diaspora = 398;
15 mastodon = 399;
16 };
17 ids.gids = {
17eabf47 18 nagios = 11; # commented in the ids file
245acb24 19 backup = 389;
72844d53
IB
20 vhost = 390;
21 openarc = 391;
2b96efc8 22 opendmarc = 392;
24fd1fe6
IB
23 peertube = 394;
24 redis = 395;
25 nullmailer = 396;
26 mediagoblin = 397;
27 diaspora = 398;
28 mastodon = 399;
29 };
30 };
31}