fix: ensure networking remains good pat2
This commit is contained in:
parent
02dd11c8b4
commit
440ad7d209
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ in {
|
|||
networking = {
|
||||
# needs to have an address statically assigned
|
||||
|
||||
defaultGateway.interface = lib.mkDefault "eno1";
|
||||
defaultGateway.interface = lib.mkForce "eno1";
|
||||
interfaces.eno1.ipv4.addresses = [
|
||||
{
|
||||
address = "193.1.99.120";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue