From 252dd7d899b7a0deea1537cc5d2d48b825afffb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 13 Dec 2018 21:25:24 +0100 Subject: Initial commit published for NUR --- modules/myids.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/myids.nix (limited to 'modules/myids.nix') diff --git a/modules/myids.nix b/modules/myids.nix new file mode 100644 index 00000000..4fb26269 --- /dev/null +++ b/modules/myids.nix @@ -0,0 +1,22 @@ +{ ... }: +{ + # Check that there is no clash with nixos/modules/misc/ids.nix + config = { + ids.uids = { + peertube = 394; + redis = 395; + nullmailer = 396; + mediagoblin = 397; + diaspora = 398; + mastodon = 399; + }; + ids.gids = { + peertube = 394; + redis = 395; + nullmailer = 396; + mediagoblin = 397; + diaspora = 398; + mastodon = 399; + }; + }; +} -- cgit v1.2.3