flake/darwin/hosts/Plato/default.nix

14 lines
260 B
Nix
Raw Normal View History

2023-12-18 06:11:31 +00:00
# iMac 18,3 (2017)
2023-12-02 10:42:59 +00:00
_: {
2023-09-19 00:17:43 +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";
}