diff --git a/skeleton/default.nix b/skeleton/default.nix index adc19fea3..f4cd0bdbe 100644 --- a/skeleton/default.nix +++ b/skeleton/default.nix @@ -5,13 +5,13 @@ # You must accept the Android Software Development Kit License Agreement at # https://developer.android.com/studio/terms in order to build Android apps. - # Uncomment and set this to `true` to indicate your acceptance: - # config.android_sdk.accept_license = false; + # Set this to `true` to indicate your acceptance: + config.android_sdk.accept_license = false; # In order to use Let's Encrypt for HTTPS deployments you must accept # their terms of service at https://letsencrypt.org/repository/. - # Uncomment and set this to `true` to indicate your acceptance: - # terms.security.acme.acceptTerms = false; + # Set this to `true` to indicate your acceptance: + terms.security.acme.acceptTerms = false; } }: with obelisk;