From 5f86e91cfff7d67ec446f9b3c7e1c6785d8c8f77 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 8 Oct 2023 18:15:50 +0200 Subject: Set up git --- hosts/ahmed/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/ahmed') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 1d0f176..79b9ff9 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -57,6 +57,10 @@ enable = true; useACME = true; }; + modules."git.linus.onl" = { + enable = true; + useACME = true; + }; # Configure ACME for various HTTPS services. security.acme = { -- cgit v1.2.3