mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-28 13:56:09 +02:00
Fix gateways for amon
This commit is contained in:
parent
559d573dca
commit
f06c0ca322
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
networking.defaultGateway = { address = "172.31.1.1"; interface = "enp1s0"; };
|
||||
networking.defaultGateway6 = { address = "fe80::1"; interface = "enp1s0"; };
|
||||
networking.nameservers = [ "8.8.8.8" ];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue