nixos/codimd: update useCDN default to false

This commit is contained in:
WilliButz 2020-02-28 11:57:27 +01:00
parent 6c2284090a
commit 68410b08be
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -156,7 +156,7 @@ in
}; };
useCDN = mkOption { useCDN = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = '' description = ''
Whether to use CDN resources or not. Whether to use CDN resources or not.
''; '';