]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - modules/myids.nix
Move Apache theme to pkgs
[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 diaspora = 398;
10 mastodon = 399;
11 };
12 ids.gids = {
13 peertube = 394;
14 nullmailer = 396;
15 mediagoblin = 397;
16 diaspora = 398;
17 mastodon = 399;
18 };
19 };
20}