Fix manual build

This commit is contained in:
Shea Levy 2013-02-15 14:36:20 -05:00
parent 59a4df3159
commit 08fdc234c8

View file

@ -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;
};