]> 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 a3e5879dc3b5eea570fc90d35d47a2932de025cd..8f744259b960d93c9b48de1d9b43cd6ec6663f25 100644 (file)
@@ -1,10 +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;
     };
   };