Remove static default gateway

Use DHCP instead
This commit is contained in:
Jakob Lechner 2025-07-24 01:49:57 +02:00
parent 24fe84b86f
commit 4193e6b96a

View file

@ -97,7 +97,6 @@
} }
''; '';
}; };
defaultGateway.address = "192.168.100.1";
nameservers = [ nameservers = [
"9.9.9.9" "9.9.9.9"
"149.112.112.112" "149.112.112.112"