From 48e88ff56e730ae9527ee3f6e89aac5a0cc9e488 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 29 Dec 2023 21:36:05 +0100 Subject: hosts/ahmed: Add hellohtml.linus.onl --- hosts/ahmed/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/ahmed/configuration.nix') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 12eae60..cd36f7a 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -65,6 +65,10 @@ enable = true; useACME = true; }; + modules."hellohtml.linus.onl" = { + enable = true; + useACME = true; + }; # Configure ACME for various HTTPS services. security.acme = { -- cgit v1.2.3