summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 18:09:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 18:09:26 +0200
commitc68e273e43d30d2bad577ef727a1a15bfe3b2969 (patch)
treea95e5f14159b3600dfae595afa535dbd0503c10e
parent30df4a519b862a3b82527304d9ef93c9a3148603 (diff)
downloadnixos-c68e273e43d30d2bad577ef727a1a15bfe3b2969.tar
nixos-c68e273e43d30d2bad577ef727a1a15bfe3b2969.tar.gz
nixos-c68e273e43d30d2bad577ef727a1a15bfe3b2969.tar.bz2
nixos-c68e273e43d30d2bad577ef727a1a15bfe3b2969.tar.xz
nixos-c68e273e43d30d2bad577ef727a1a15bfe3b2969.zip
rev 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 aa0b4bbe..5fa3aa24 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 = "3768eb5e0ce25e515cc6c5010b134555cd3fbf3f"; 10 rev = "b3e203324142d213f8d5dd648d54cd128e7f0568";
11 sha256 = "ef9fc905a71d41787f91303d74f06420f45022257b1dbabc3fb84606bc9cc50f"; 11 sha256 = "d4c4dd98af7bff6c0325f131c5d97cf161aa4dc5fd96354ec751e411eada24bf";
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 4fadbe1c..50f27b16 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -116,7 +116,7 @@ in {
116 }; 116 };
117 security.pam.services."xmpp".text = '' 117 security.pam.services."xmpp".text = ''
118 auth requisite pam_succeed_if.so user ingroup xmpp 118 auth requisite pam_succeed_if.so user ingroup xmpp
119 auth required pam_unix.so nonull audit 119 auth required pam_unix.so audit
120 ''; 120 '';
121 users.groups."xmpp" = { 121 users.groups."xmpp" = {
122 members = [ "gkleen" 122 members = [ "gkleen"