fix(wpcarro/diogenes): Reset wheelNeedsPassword to false

I unintentionally removed this when configuring the `security.acme` fields.

Change-Id: Idfeed018065ab9a0bc84a074094f6e451f4e1bfb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4521
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-21 18:24:27 -05:00 committed by clbot
parent 7de43fe4ee
commit eb8b9ab9d6

View file

@ -34,11 +34,12 @@ in {
};
};
security = {
# Provision SSL certificates to support HTTPS connections.
acme.acceptTerms = true;
acme.email = "wpcarro@gmail.com";
sudo.wheelNeedsPassword = false;
};