mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
fix defaultGateway
This commit is contained in:
parent
221ffd2d60
commit
11423944d4
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
defaultGateway = "192.168.100.1";
|
defaultGateway = {
|
||||||
|
address = "192.168.100.1";
|
||||||
|
interface = "enp41s0";
|
||||||
|
};
|
||||||
nameservers = [ "192.168.100.1" ];
|
nameservers = [ "192.168.100.1" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue