enable dhcp

This commit is contained in:
陈浩南 2023-08-01 12:51:06 +08:00
parent 3887ba1454
commit bbc9292dfc

View File

@ -71,6 +71,7 @@ inputs:
}; };
luks.forceLuksSupportInInitrd = true; luks.forceLuksSupportInInitrd = true;
}; };
networking.useDHCP = true;
} }
) )
]; ];