diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-05 22:13:29 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-05 22:13:29 +0100 |
commit | 645951a8c600047e676117a94e73eb7e081c19ba (patch) | |
tree | 9df875219d53bc19199bb256b7ee1631bbc1af36 | |
parent | b59320db3e660f4fb4a2db7d413c3f38d3f36d9b (diff) | |
download | nixos-645951a8c600047e676117a94e73eb7e081c19ba.tar nixos-645951a8c600047e676117a94e73eb7e081c19ba.tar.gz nixos-645951a8c600047e676117a94e73eb7e081c19ba.tar.bz2 nixos-645951a8c600047e676117a94e73eb7e081c19ba.tar.xz nixos-645951a8c600047e676117a94e73eb7e081c19ba.zip |
Build vsftpd with ssl
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ in rec { | |||
52 | 52 | ||
53 | nixpkgs.config.packageOverrides = pkgs: | 53 | nixpkgs.config.packageOverrides = pkgs: |
54 | rec { | 54 | rec { |
55 | vsftpd = vsftpd.override { sslEnable = true }; | ||
55 | prosody = pkgs.callPackage ./customized/prosody.nix ({ | 56 | prosody = pkgs.callPackage ./customized/prosody.nix ({ |
56 | inherit (pkgs.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luazlib luasec; | 57 | inherit (pkgs.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luazlib luasec; |
57 | lua5 = pkgs.lua5_1; | 58 | lua5 = pkgs.lua5_1; |