1
0
Fork 0
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:
foxora 2026-02-21 17:03:47 +00:00 committed by _cry64
parent 0d9b86942a
commit 8a4f8f5513
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 27 additions and 8 deletions

View file

@ -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";
};