From 07f84bb581e369ff79100f0417e9d277f3c1fb61 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 12 Feb 2025 08:19:04 +0100 Subject: alot of stuff --- configuration/snorlax/nginx.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 configuration/snorlax/nginx.nix (limited to 'configuration/snorlax/nginx.nix') diff --git a/configuration/snorlax/nginx.nix b/configuration/snorlax/nginx.nix deleted file mode 100644 index cc38496..0000000 --- a/configuration/snorlax/nginx.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ ... }: -{ - networking.firewall.allowedTCPPorts = [ 443 ]; - - services.nginx = { - enable = true; - recommendedTlsSettings = true; - - virtualHosts = { - "jras.nl" = { - onlySSL = true; - kTLS = true; - enableACME = true; - root = "/srv/www/jras.nl"; - }; - }; - }; - - security.acme.defaults.email = "jaspert.ras@gmail.com"; - security.acme.acceptTerms = true; -} -- cgit v1.2.3