From 0fb05c61c7fd1c7986a2319a830560008490c124 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 26 Feb 2024 14:50:13 +0800 Subject: [PATCH] hosts/whitesteel: use correct networking.knownNetworkServices --- hosts/whitesteel/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/whitesteel/hardware-configuration.nix b/hosts/whitesteel/hardware-configuration.nix index f83df99..ea8264d 100644 --- a/hosts/whitesteel/hardware-configuration.nix +++ b/hosts/whitesteel/hardware-configuration.nix @@ -1,10 +1,8 @@ { networking.knownNetworkServices = [ - "Ethernet" "Wi-Fi" + "Bluetooth PAN" "Thunderbolt Bridge" - "Thunderbolt Bridge 2" - "iPhone USB" ]; # The platform the configuration will be used on.