diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:53:04 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:53:04 +0200 |
commit | ff68ab32b9935c68cadeccb4ad911a2af24636c5 (patch) | |
tree | 8f6527c342e457adf9983d0373a05669eaaac1e3 /ymir.nix | |
parent | bbd65881020fafe0153f0c4fa7966c0325b1298c (diff) | |
download | nixos-ff68ab32b9935c68cadeccb4ad911a2af24636c5.tar nixos-ff68ab32b9935c68cadeccb4ad911a2af24636c5.tar.gz nixos-ff68ab32b9935c68cadeccb4ad911a2af24636c5.tar.bz2 nixos-ff68ab32b9935c68cadeccb4ad911a2af24636c5.tar.xz nixos-ff68ab32b9935c68cadeccb4ad911a2af24636c5.zip |
...
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ in rec { | |||
260 | 260 | ||
261 | services.prosody = { | 261 | services.prosody = { |
262 | package = pkgs.prosody.override { | 262 | package = pkgs.prosody.override { |
263 | withExtraLibs = with pkgs.luaPackages; [ posix ]; | 263 | withExtraLibs = with pkgs.luaPackages; [ luaPam luaPosix ]; |
264 | withCommunityModules = [ "auth_pam" ]; | 264 | withCommunityModules = [ "auth_pam" ]; |
265 | }; | 265 | }; |
266 | enable = true; | 266 | enable = true; |