Network unreachable

This commit is contained in:
Andrew Kidd 2025-01-03 14:51:12 +00:00
parent 4de1f5aca8
commit fd809ab76b

View file

@ -99,6 +99,11 @@ in
};
config = {
boot.initrd.network.enable = true;
boot.initrd.network.dhcp = true;
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 1;
fileSystems = {
"/boot/firmware" = {
device = "${config.netImage.nfsRoot}/boot/firmware";