hosts/Infini-STICK; switch to FRAMEWORK networking

This commit is contained in:
Infinidoge 2021-12-10 12:05:19 -05:00
parent 9233e9d929
commit b1c12a2a0c

View file

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