hosts/whitesteel: use correct networking.knownNetworkServices
This commit is contained in:
parent
b839b39a99
commit
0fb05c61c7
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue