nixos/codimd: update useCDN default to false
This commit is contained in:
@@ -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.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user