Remove DHCP option

This commit is contained in:
Fern Garden 2025-07-24 15:12:44 +08:00
parent 70e609d18a
commit 5894aefc30

View file

@ -20,9 +20,6 @@ with lib; {
boot.kernelModules = ["kvm-intel"];
# Enable DHCP.
networking.useDHCP = mkDefault true;
# Configure the bootloader.
boot.loader.grub = {
enable = true;