]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/myids.nix
Add monitoring script with smartctl
[perso/Immae/Config/Nix.git] / modules / myids.nix
diff --git a/modules/myids.nix b/modules/myids.nix
deleted file mode 100644 (file)
index 17270af..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{ ... }:
-{
-  # Check that there is no clash with nixos/modules/misc/ids.nix
-  config = {
-    ids.uids = {
-      peertube = 394;
-      nullmailer = 396;
-      mediagoblin = 397;
-      diaspora = 398;
-      mastodon = 399;
-    };
-    ids.gids = {
-      peertube = 394;
-      nullmailer = 396;
-      mediagoblin = 397;
-      diaspora = 398;
-      mastodon = 399;
-    };
-  };
-}