Fully-specify defaultGateway for corp

This is required now that we're using networkd through the new base
module
This commit is contained in:
Eli Ribble 2025-08-27 16:10:41 +00:00
parent ca16db4add
commit 684f7e0910

View file

@ -3,7 +3,10 @@
# details gathered from the active system.
networking = {
hostName = "corp";
defaultGateway = "159.89.144.1";
defaultGateway = {
address = "159.89.144.1";
interface = "eth0";
};
defaultGateway6 = {
address = "2604:a880:2:d1::1";
interface = "eth0";