flake/hosts/whitesteel/hardware-configuration.nix

11 lines
199 B
Nix
Raw Normal View History

2024-02-26 05:18:01 +00:00
{
networking.knownNetworkServices = [
"Wi-Fi"
"Bluetooth PAN"
2024-02-26 05:18:01 +00:00
"Thunderbolt Bridge"
];
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "x86_64-darwin";
}