diff options
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ in rec { | |||
68 | 68 | ||
69 | nixpkgs.overlays = [ | 69 | nixpkgs.overlays = [ |
70 | (self: super: { | 70 | (self: super: { |
71 | vsftpd = super.vsftpd.override { sslEnable = true; }; | ||
72 | prosody = self.callPackage ./customized/prosody.nix ({ | 71 | prosody = self.callPackage ./customized/prosody.nix ({ |
73 | inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luazlib luasec; | 72 | inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luazlib luasec; |
74 | lua5 = pkgs.lua5_1; | 73 | lua5 = pkgs.lua5_1; |