From 6eddd7e99090cd4bcacfb0a16c7827212ff992b6 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 20 Feb 2025 15:13:58 +0100 Subject: [PATCH] Update systems/LoutreOS/web.nix --- systems/LoutreOS/web.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 5b5dc9b..a560fdb 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -44,7 +44,11 @@ let in { security.acme = { - defaults.email = "paul@nyanlout.re"; + defaults = { + email = "paul@nyanlout.re"; + # Use european ACME service + server = "https://api.buypass.com/acme/directory"; + }; acceptTerms = true; };