summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index bf82d87a..a82ff7b0 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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;