firefox sync

This commit is contained in:
Henri Dohmen 2025-07-15 20:58:17 +02:00
parent 7bc095fcea
commit 42ff53de0f
Signed by: hd
GPG key ID: AB79213B044674AE
8 changed files with 54 additions and 38 deletions

View file

@ -6,16 +6,16 @@
services = {
nginx = {
enable = true;
defaultListen = [
{
addr = var.wg.ips.roam;
ssl = true;
}
];
virtualHosts."roam.lan" = {
virtualHosts.default = {
serverName = "_";
default = true;
rejectSSL = true;
locations."/".return = "444";
};
virtualHostsPriv."roam.lan" = {
locations."/" = { };
};
virtualHostsPub."roam.hdohmen.de" = {
virtualHosts."roam.hdohmen.de" = {
enableACME = true;
locations."/" = { };
};