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 {
type = types.bool;
default = true;
default = false;
description = ''
Whether to use CDN resources or not.
'';