nixos/codimd: update useCDN default to false

wip/yesman
WilliButz 4 years ago
parent 6c2284090a
commit 68410b08be
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2
  1. 2
      nixos/modules/services/web-apps/codimd.nix

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

Loading…
Cancel
Save