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