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

View File

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