From a9bfe7aeea0bbdfcb9f2966b61acce829f84d7a8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 20:42:31 +0200 Subject: Added prosody to "shadow" group --- ymir.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 50f27b16..8f72e345 100644 --- a/ymir.nix +++ b/ymir.nix @@ -105,7 +105,7 @@ in { authentication="custom" ''; - virtualHosts.default = { + virtualHosts."xmpp.li" = { enabled = true; domain = "xmpp.li"; ssl = { @@ -118,6 +118,10 @@ in { auth requisite pam_succeed_if.so user ingroup xmpp auth required pam_unix.so audit ''; + users.groups."shadow" = { + members = [ "prosody" + ]; + }; users.groups."xmpp" = { members = [ "gkleen" ]; -- cgit v1.2.3