Fix manual build
This commit is contained in:
parent
59a4df3159
commit
08fdc234c8
|
@ -21,6 +21,7 @@ let cfg = config.services.networking.websockify; in {
|
||||||
sslKey = mkOption {
|
sslKey = mkOption {
|
||||||
description = "Path to the SSL key";
|
description = "Path to the SSL key";
|
||||||
default = cfg.sslCert;
|
default = cfg.sslCert;
|
||||||
|
defaultText = "config.services.networking.websockify.sslCert";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue