networking: Unify underlay config across hosts

This commit is contained in:
SebastianStork 2026-01-30 20:39:59 +01:00
parent 1d1709e1ba
commit 27b5c57023
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
19 changed files with 240 additions and 258 deletions

View file

@ -20,13 +20,16 @@
boot.loader.systemd-boot.enable = true;
networking = {
overlay.address = "10.254.250.4";
overlay = {
address = "10.254.250.4";
role = "server";
};
underlay = {
interface = "enp1s0";
address = "167.235.73.246";
cidr = "167.235.73.246/32";
isPublic = true;
gateway = "172.31.1.1";
};
isServer = true;
};
services = {