summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-10-28 00:09:46 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-10-28 00:09:46 +0400
commit3022fff7db8c9649d9502de3e60a09c97dc27b61 (patch)
treee4ce576eb17d11f7e5c489ec4e8a2be21e1f8dbf /nixos/modules/services
parent59de62317dbc5270eafd00503c9633af60eb590b (diff)
downloadnixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar.gz
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar.bz2
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar.lz
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar.xz
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.tar.zst
nixpkgs-3022fff7db8c9649d9502de3e60a09c97dc27b61.zip
Adding Quantum Minigolf game
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/networking/vsftpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/vsftpd.nix b/nixos/modules/services/networking/vsftpd.nix
index d9f1e96b1d2..0a6355e6ff1 100644
--- a/nixos/modules/services/networking/vsftpd.nix
+++ b/nixos/modules/services/networking/vsftpd.nix
@@ -75,7 +75,7 @@ let
     {
       cfgText = if cfg.rsaCertFile == null then ""
         else ''
-        sslEnable=YES
+        ssl_enable=YES
         rsa_cert_file=${cfg.rsaCertFile}
       '';