]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - modules/myids.nix
Upgrade system and state to latest version (noop for state)
[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 redis = 395;
8 nullmailer = 396;
9 mediagoblin = 397;
10 diaspora = 398;
11 mastodon = 399;
12 };
13 ids.gids = {
14 peertube = 394;
15 redis = 395;
16 nullmailer = 396;
17 mediagoblin = 397;
18 diaspora = 398;
19 mastodon = 399;
20 };
21 };
22}