]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - modules/myids.nix
Add exported values in mediagoblin module
[perso/Immae/Config/Nix.git] / modules / myids.nix
... / ...
CommitLineData
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 mastodon = 399;
10 };
11 ids.gids = {
12 peertube = 394;
13 nullmailer = 396;
14 mediagoblin = 397;
15 mastodon = 399;
16 };
17 };
18}