refactor(networking): use networking.useDHCP

This commit is contained in:
Infinidoge 2022-06-13 12:52:44 -04:00
parent b3d6b2d32a
commit 37bfb2bc2d
6 changed files with 1 additions and 17 deletions

View file

@ -9,9 +9,6 @@
./hardware-configuration.nix
];
networking.interfaces.wlp170s0.useDHCP = true;
# networking.interfaces.enp39s0.useDHCP = true;
modules = {
boot.grub.enable = true;
hardware = {