X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fmyids.nix;h=8f744259b960d93c9b48de1d9b43cd6ec6663f25;hp=bd6caf31e272d0eb7dcaf9a07587a3bf3fcf6190;hb=1a7188052f235fb632700478fad0108e4306107d;hpb=d42bbbe6f510fce233ecb66d44d205761390b56e diff --git a/modules/myids.nix b/modules/myids.nix index bd6caf3..8f74425 100644 --- a/modules/myids.nix +++ b/modules/myids.nix @@ -1,12 +1,15 @@ { ... }: { + # Check that there is no clash with nixos/modules/misc/ids.nix config = { ids.uids = { peertube = 394; + nullmailer = 396; mediagoblin = 397; }; ids.gids = { peertube = 394; + nullmailer = 396; mediagoblin = 397; }; };