]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - modules/myids.nix
Add some terraform tools
[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 = {
72844d53
IB
17 vhost = 390;
18 openarc = 391;
2b96efc8 19 opendmarc = 392;
24fd1fe6
IB
20 peertube = 394;
21 redis = 395;
22 nullmailer = 396;
23 mediagoblin = 397;
24 diaspora = 398;
25 mastodon = 399;
26 };
27 };
28}