From 55a984b03cdca23d1697f62657e681a2f5adf096 Mon Sep 17 00:00:00 2001 From: fi Date: Wed, 20 Aug 2025 21:12:30 +0200 Subject: [PATCH] Remove security.acme.preliminarySelfsigned option as it no longer has an effect --- config/common/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/common/default.nix b/config/common/default.nix index c8930ec..459289f 100644 --- a/config/common/default.nix +++ b/config/common/default.nix @@ -41,7 +41,6 @@ security.acme = { defaults.email = "acme@grzb.de"; acceptTerms = true; - preliminarySelfsigned = true; }; # Print the ed25519 public ssh host key to console when booting