This commit is contained in:
Henri Dohmen 2025-07-16 10:05:03 +02:00
parent 2de311ffc6
commit 55cc5eedd5
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 12 additions and 10 deletions

View file

@ -38,6 +38,7 @@ in
address = var.wg.wireguard-network.${host}.ips;
privateKeyFile = var.wg.keyFile;
peers = [ (lib.removeAttrs var.wg.wireguard-network."roam" [ "ips" ]) ];
mtu = 1248;
};
};
};

View file

@ -51,7 +51,7 @@ in
enable = true;
settings = {
"identity.fxaccounts.enabled" = true;
"identity.sync.tokenserver.uri" = "http://fx-sync.lan/1.0/sync/1.5";
"identity.sync.tokenserver.uri" = "https://firefox-syncserver.roam.hdohmen.de/1.0/sync/1.5";
"webgl.disabled" = false;
"privacy.resistFingerprinting" = false;
"privacy.clearOnShutdown.history" = false;
@ -97,7 +97,6 @@ in
settings = {
main = {
"font" = "monospace:size=11";
"dpi-aware" = "yes";
};
};
};