From 08fdc234c813437a0db04f9f97c8dec5468560d3 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 15 Feb 2013 14:36:20 -0500 Subject: [PATCH] Fix manual build --- modules/services/networking/websockify.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/networking/websockify.nix b/modules/services/networking/websockify.nix index 5e97d2a65cd..8921fc4f6a7 100644 --- a/modules/services/networking/websockify.nix +++ b/modules/services/networking/websockify.nix @@ -21,6 +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"; type = types.path; };