summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index cad7fad5..20f634cb 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -60,7 +60,7 @@ in rec {
60 60
61 nixpkgs.config.allowUnfree = true; 61 nixpkgs.config.allowUnfree = true;
62 62
63 nixpkgs.config.overlays = [ 63 nixpkgs.overlays = [
64 (self: super: { 64 (self: super: {
65 vsftpd = super.vsftpd.override { sslEnable = true; }; 65 vsftpd = super.vsftpd.override { sslEnable = true; };
66 prosody = self.callPackage ./customized/prosody.nix ({ 66 prosody = self.callPackage ./customized/prosody.nix ({