diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-17T17·33+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-18T08·15+0000 |
commit | f4f1d97052199143660508e0cf56aa3aef8e02d9 (patch) | |
tree | f64500248763e2ec0c5a01597ea9e82bf080834f /ops/machines | |
parent | 6b3eed1fb50552189e945cc11b14d8588bcad1ef (diff) |
refactor(ops/modules): Move ACME base configuration into base.nix r/3842
This needs to be present on all machines that run ACME stuff. I've switched the address for a .su one because I have a catchall for these. Change-Id: I7af8e1f1cb2fcfbcba4b7d1930ed0edef0106d72 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5306 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/machines')
-rw-r--r-- | ops/machines/whitby/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index e9ec50da13d0..61f44a5ec41a 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -651,10 +651,5 @@ in }; }; - security.acme = { - acceptTerms = true; - defaults.email = "certs@tvl.fyi"; - }; - system.stateVersion = "20.03"; } |