forked from foxora/nix
fixed ip changing on reboot and added stuff to make home assistant not hang on setup
This commit is contained in:
parent
a477f18fa6
commit
c6b9d4f99a
3 changed files with 27 additions and 8 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
networking = {
|
||||
useNetworkd = false;
|
||||
networkmanager.enable = false;
|
||||
useDHCP = false;
|
||||
|
||||
nftables.enable = true;
|
||||
|
|
@ -92,6 +93,7 @@
|
|||
Gateway = "10.16.1.1";
|
||||
DNS = ["10.16.1.1"];
|
||||
LinkLocalAddressing = "no";
|
||||
DHCP = "no";
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue