summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 17:31:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 17:31:38 +0200
commit965e430b078571e145d7e066a867ff9d2dcf0fe8 (patch)
tree694ed88992c640295ed2ecdedbfcbe4ae94d3b38
parent9f724e3a53645555672539841df9238186c9535e (diff)
downloadnixos-965e430b078571e145d7e066a867ff9d2dcf0fe8.tar
nixos-965e430b078571e145d7e066a867ff9d2dcf0fe8.tar.gz
nixos-965e430b078571e145d7e066a867ff9d2dcf0fe8.tar.bz2
nixos-965e430b078571e145d7e066a867ff9d2dcf0fe8.tar.xz
nixos-965e430b078571e145d7e066a867ff9d2dcf0fe8.zip
version bump in prosody-auth
-rw-r--r--custom/prosody-auth.nix4
-rw-r--r--ymir.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix
index bc78c226..aa0b4bbe 100644
--- a/custom/prosody-auth.nix
+++ b/custom/prosody-auth.nix
@@ -7,8 +7,8 @@ in stdenv.mkDerivation {
7 name = "prosody-auth"; 7 name = "prosody-auth";
8 src = fetchgit { 8 src = fetchgit {
9 url = "git://git.yggdrasil.li/prosody_auth"; 9 url = "git://git.yggdrasil.li/prosody_auth";
10 rev = "9148979197b76102b753635ecad615f25cb61cb1"; 10 rev = "3768eb5e0ce25e515cc6c5010b134555cd3fbf3f";
11 sha256 = "d4820813e863b1eb96cd6b85466177e5df44772746b22ea7d0f00eada6997946"; 11 sha256 = "ef9fc905a71d41787f91303d74f06420f45022257b1dbabc3fb84606bc9cc50f";
12 }; 12 };
13 builder = builtins.toFile "builder.sh" '' 13 builder = builtins.toFile "builder.sh" ''
14 source $stdenv/setup 14 source $stdenv/setup
diff --git a/ymir.nix b/ymir.nix
index a6a5fede..a1cf3d97 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -117,7 +117,7 @@ in {
117 security.pam.services."xmpp".text = '' 117 security.pam.services."xmpp".text = ''
118 auth required pam_warn.so audit 118 auth required pam_warn.so audit
119 auth required pam_succeed_if.so user ingroup xmpp audit 119 auth required pam_succeed_if.so user ingroup xmpp audit
120 auth sufficient pam_unix.so nullok audit 120 auth sufficient pam_unix.so audit
121 auth required pam_deny.so audit 121 auth required pam_deny.so audit
122 ''; 122 '';
123 users.groups."xmpp" = { 123 users.groups."xmpp" = {