flake/hosts/plato/hardware-configuration.nix

14 lines
257 B
Nix
Raw Normal View History

2023-12-18 06:20:44 +00:00
# iMac 18,3 (2017)
2024-01-15 04:18:06 +00:00
{
2023-12-18 06:20:44 +00:00
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";
}