diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 23:02:42 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 23:02:42 +0200 |
commit | 4e947948e41b4fc55267f4fcef9be073a50d8985 (patch) | |
tree | c20de6d1857fc532b45771b5d6ad50c3588a9658 /ymir.nix | |
parent | 3afe0d55c4124d3cf45c2bf5d499a5cfec18c339 (diff) | |
download | nixos-4e947948e41b4fc55267f4fcef9be073a50d8985.tar nixos-4e947948e41b4fc55267f4fcef9be073a50d8985.tar.gz nixos-4e947948e41b4fc55267f4fcef9be073a50d8985.tar.bz2 nixos-4e947948e41b4fc55267f4fcef9be073a50d8985.tar.xz nixos-4e947948e41b4fc55267f4fcef9be073a50d8985.zip |
syntax
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,8 +116,8 @@ in { | |||
116 | custom_alias_secret_file="/etc/prosody/alias_secret" | 116 | custom_alias_secret_file="/etc/prosody/alias_secret" |
117 | ''; | 117 | ''; |
118 | 118 | ||
119 | virtualHosts = builtins.listToAttrs (name: { inherit name; value = prosodyVirtHost name; }) | 119 | virtualHosts = builtins.listToAttrs (map (name: { inherit name; value = prosodyVirtHost name; }) |
120 | ["xmpp.li" "yggdrasil.li" "praseodym.org" "141.li"]; | 120 | ["xmpp.li" "yggdrasil.li" "praseodym.org" "141.li"]); |
121 | }; | 121 | }; |
122 | security.pam.services."xmpp".text = '' | 122 | security.pam.services."xmpp".text = '' |
123 | auth requisite pam_succeed_if.so user ingroup xmpp | 123 | auth requisite pam_succeed_if.so user ingroup xmpp |