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:
parent
7de43fe4ee
commit
eb8b9ab9d6
1 changed files with 2 additions and 1 deletions
|
@ -34,11 +34,12 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
security = {
|
||||
# Provision SSL certificates to support HTTPS connections.
|
||||
acme.acceptTerms = true;
|
||||
acme.email = "wpcarro@gmail.com";
|
||||
|
||||
sudo.wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue