Disable DHCP
Otherwise, the default route disappears and the server becomes unreachable after some time.
This commit is contained in:
parent
f22030d646
commit
76250ae3f8
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
services.openssh.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
networks."10-wan" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue