From 1a7188052f235fb632700478fad0108e4306107d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 10 May 2019 14:56:43 +0200 Subject: Move secrets module outside of nixops --- modules/myids.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/myids.nix') 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; }; }; -- cgit v1.2.3