hosts/whitesteel: use correct networking.knownNetworkServices

This commit is contained in:
Guanran Wang 2024-02-26 14:50:13 +08:00
parent b839b39a99
commit 0fb05c61c7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,10 +1,8 @@
{ {
networking.knownNetworkServices = [ networking.knownNetworkServices = [
"Ethernet"
"Wi-Fi" "Wi-Fi"
"Bluetooth PAN"
"Thunderbolt Bridge" "Thunderbolt Bridge"
"Thunderbolt Bridge 2"
"iPhone USB"
]; ];
# The platform the configuration will be used on. # The platform the configuration will be used on.