]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/myids.nix
Move secrets module outside of nixops
[perso/Immae/Config/Nix.git] / modules / myids.nix
index bd6caf31e272d0eb7dcaf9a07587a3bf3fcf6190..8f744259b960d93c9b48de1d9b43cd6ec6663f25 100644 (file)
@@ -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;
     };
   };