From 613aea5685ad4c698386c374474d8853bb736503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 10 May 2019 19:05:02 +0200 Subject: Move mastodon module outside of nixops --- modules/myids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/myids.nix') diff --git a/modules/myids.nix b/modules/myids.nix index 8f74425..24d853b 100644 --- a/modules/myids.nix +++ b/modules/myids.nix @@ -6,11 +6,13 @@ peertube = 394; nullmailer = 396; mediagoblin = 397; + mastodon = 399; }; ids.gids = { peertube = 394; nullmailer = 396; mediagoblin = 397; + mastodon = 399; }; }; } -- cgit v1.2.3