summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 68e66cad..90f7e6b8 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -103,7 +103,7 @@ in {
103 auth requisite pam_deny.so 103 auth requisite pam_deny.so
104 auth required pam_permit.so 104 auth required pam_permit.so
105 ''; 105 '';
106 users.group."xmpp" = { 106 users.groups."xmpp" = {
107 members = [ "gkleen" 107 members = [ "gkleen"
108 ]; 108 ];
109 }; 109 };