From 718f1c9e03b20ae6a6744e53341ae995ef2c8ff4 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 16:55:16 +0200 Subject: [PATCH] Added cert bot --- nginx.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.nix b/nginx.nix index bc44d3d..3553ffa 100644 --- a/nginx.nix +++ b/nginx.nix @@ -22,5 +22,10 @@ }; }; + services.certbot = { + enable = true; + agreeTerms = true; + }; + networking.firewall.allowedTCPPorts = [ 80 ]; }