]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/myids.nix
Move databases configs to modules
[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;
182ae57f 7 redis = 395;
1a718805 8 nullmailer = 396;
996a68c2 9 mediagoblin = 397;
7009832a 10 diaspora = 398;
613aea56 11 mastodon = 399;
996a68c2
IB
12 };
13 ids.gids = {
d42bbbe6 14 peertube = 394;
182ae57f 15 redis = 395;
1a718805 16 nullmailer = 396;
996a68c2 17 mediagoblin = 397;
7009832a 18 diaspora = 398;
613aea56 19 mastodon = 399;
996a68c2
IB
20 };
21 };
22}