From 073b5bfdef22b98d8f15eef4a1f829166851d3ae Mon Sep 17 00:00:00 2001 From: joy Date: Wed, 6 Nov 2024 19:04:28 +0100 Subject: [PATCH] wallpaper --- modules/services/nginx/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/services/nginx/default.nix b/modules/services/nginx/default.nix index 6aa6b6c..d66018e 100644 --- a/modules/services/nginx/default.nix +++ b/modules/services/nginx/default.nix @@ -30,6 +30,11 @@ enableACME = true; locations."/".proxyPass = "http://localhost:5000"; }; + virtualHosts."wallpapers.joygnu.org" = { + forceSSL = true; + enableACME = true; + root = "/var/www/wallpapers.joygnu.org"; + }; }; security.acme.certs = { "www.joygnu.org".email = "contact@joygnu.org";