hosts/Infini-STICK: switch to Infini-DESKTOP networking

This commit is contained in:
Infinidoge 2021-11-07 01:20:07 -05:00
parent 3ac0123935
commit fcf2aa28ae

View file

@ -16,13 +16,14 @@
btrfs
services.privoxy
# services.privoxy
])
./hardware-configuration.nix
];
networking.interfaces.wlp170s0.useDHCP = true;
# networking.interfaces.wlp170s0.useDHCP = true;
networking.interfaces.enp39s0.useDHCP = true;
system.stateVersion = "21.11";
}