flake/darwin/hosts/Plato/hardware-configuration.nix
2024-01-16 10:02:44 +08:00

13 lines
257 B
Nix

# iMac 18,3 (2017)
{
networking.knownNetworkServices = [
"Ethernet"
"Wi-Fi"
"Thunderbolt Bridge"
"Thunderbolt Bridge 2"
"iPhone USB"
];
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "x86_64-darwin";
}