summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/shellinabox.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-servers/shellinabox.nix')
-rw-r--r--nixos/modules/services/web-servers/shellinabox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/shellinabox.nix b/nixos/modules/services/web-servers/shellinabox.nix
index 58a02ac59c3..c7c51f873eb 100644
--- a/nixos/modules/services/web-servers/shellinabox.nix
+++ b/nixos/modules/services/web-servers/shellinabox.nix
@@ -51,7 +51,7 @@ in
           Whether or not to enable SSL (https) support.
         '';
       };
-        
+
       certDirectory = mkOption {
         type = types.nullOr types.path;
         default = null;