]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/myids.nix
8f744259b960d93c9b48de1d9b43cd6ec6663f25
[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 peertube = 394;
7 nullmailer = 396;
8 mediagoblin = 397;
9 };
10 ids.gids = {
11 peertube = 394;
12 nullmailer = 396;
13 mediagoblin = 397;
14 };
15 };
16 }