]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/myids.nix
e949ca7ae8651ee09bb26aab85c66c43a0fa3b7f
[perso/Immae/Config/Nix.git] / modules / myids.nix
1 { ... }:
2 {
3 # Check that there is no clash with nixos/modules/misc/ids.nix
4 config = {
5 ids.uids = {
6 vhost = 390;
7 openarc = 391;
8 opendmarc = 392;
9 peertube = 394;
10 redis = 395;
11 nullmailer = 396;
12 mediagoblin = 397;
13 diaspora = 398;
14 mastodon = 399;
15 };
16 ids.gids = {
17 vhost = 390;
18 openarc = 391;
19 opendmarc = 392;
20 peertube = 394;
21 redis = 395;
22 nullmailer = 396;
23 mediagoblin = 397;
24 diaspora = 398;
25 mastodon = 399;
26 };
27 };
28 }