]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Move secrets module outside of nixops
[perso/Immae/Config/Nix.git] / modules / myids.nix
CommitLineData
996a68c2
IB
1{ ... }:
2{
1a718805 3 # Check that there is no clash with nixos/modules/misc/ids.nix
996a68c2
IB
4 config = {
5 ids.uids = {
d42bbbe6 6 peertube = 394;
1a718805 7 nullmailer = 396;
996a68c2
IB
8 mediagoblin = 397;
9 };
10 ids.gids = {
d42bbbe6 11 peertube = 394;
1a718805 12 nullmailer = 396;
996a68c2
IB
13 mediagoblin = 397;
14 };
15 };
16}