mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nixos/codimd: update useCDN default to false
This commit is contained in:
parent
6c2284090a
commit
68410b08be
@ -156,7 +156,7 @@ in
|
||||
};
|
||||
useCDN = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to use CDN resources or not.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user