Add dhcp.

This commit is contained in:
Joseph Hanson 2024-05-26 12:00:55 -05:00
parent 2ba91fd807
commit 4248d9d398
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -11,5 +11,6 @@
fileSystems."/" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; };
networking.useNetworkd = true;
networking.useDHCP = true;
};
}