tftp load address is per-device, IP addresses are local config

This commit is contained in:
Daniel Barlow
2023-02-11 13:28:25 +00:00
parent dd8c8edd9c
commit 5b51aa0826
4 changed files with 11 additions and 2 deletions

View File

@@ -64,5 +64,10 @@ in rec {
contents = with services; [ loopback ntp defaultroute4 ];
};
boot.tftp = {
serverip = "192.168.8.148";
ipaddr = "192.168.8.251";
};
defaultProfile.packages = [ pkgs.hello ] ;
}