summary refs log tree commit diff
path: root/nixos/modules/services/networking/websockify.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/websockify.nix')
-rw-r--r--nixos/modules/services/networking/websockify.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/websockify.nix b/nixos/modules/services/networking/websockify.nix
index 27cb47be12f..f7e014e03ef 100644
--- a/nixos/modules/services/networking/websockify.nix
+++ b/nixos/modules/services/networking/websockify.nix
@@ -21,7 +21,7 @@ let cfg = config.services.networking.websockify; in {
       sslKey = mkOption {
         description = "Path to the SSL key.";
         default = cfg.sslCert;
-        defaultText = "config.services.networking.websockify.sslCert";
+        defaultText = literalExpression "config.services.networking.websockify.sslCert";
         type = types.path;
       };