fix up remote 109-199-104-83

This commit is contained in:
andromeda
2026-01-10 00:55:44 +01:00
parent 243d7f3fc3
commit 97fca4cc7e
9 changed files with 62 additions and 61 deletions

View File

@@ -1,7 +1,6 @@
{
networking = {
useNetworkd = true;
usePredictableInterfaceNames = true;
useDHCP = false;
hostName = "109-199-104-83";
firewall = {
enable = true;
@@ -9,19 +8,8 @@
allowedUDPPorts = [80 443];
};
};
systemd.network = {
services.cloud-init = {
enable = true;
networks."40-wan" = {
matchConfig.Name = "enx0050565f4fff";
address = ["2a02:c207:2299:8419::1/64" "109.199.104.83/20"];
routes = [
{
Gateway = "109.199.96.1";
GatewayOnLink = true;
}
{Gateway = "fe80::1";}
];
dns = ["2620:fe::fe" "9.9.9.9"];
};
network.enable = true;
};
}