feat: added other two domains, redirects to main domain

This commit is contained in:
Luka Dekanozishvili 2026-01-31 18:52:36 +01:00
parent 77244a2a6f
commit 3a66e5958a
6 changed files with 37 additions and 118 deletions

View file

@ -28,6 +28,16 @@ in
enableACME = true;
globalRedirect = domain;
};
"loves-beer.com" = {
forceSSL = true;
enableACME = true;
globalRedirect = domain;
};
"dickdns.org" = {
forceSSL = true;
enableACME = true;
globalRedirect = domain;
};
};
}