Add Out of Your Element

This commit is contained in:
Amanda Graven 2025-04-05 16:05:09 +02:00
parent b41fbbe6f8
commit 25391e3261
Signed by: amanda
GPG key ID: F747582C5608F4CB
8 changed files with 26 additions and 0 deletions

View file

@ -1,6 +1,11 @@
{
imports = [ ../../../common/services/nginx.nix ];
services.nginx.virtualHosts = {
"ooye.anarkafem.dev" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:6693/";
};
"anarkafem.dev" = {
enableACME = true;
forceSSL = true;