2023-09-19 00:17:43 +00:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2023-09-27 06:24:16 +00:00
|
|
|
../../darwin/main.nix
|
2023-09-19 00:17:43 +00:00
|
|
|
];
|
|
|
|
networking.knownNetworkServices = [
|
|
|
|
"Ethernet"
|
|
|
|
"Wi-Fi"
|
|
|
|
"Thunderbolt Bridge"
|
|
|
|
"Thunderbolt Bridge 2"
|
|
|
|
"iPhone USB"
|
|
|
|
];
|
|
|
|
networking.hostName = "iMac-macOS";
|
|
|
|
|
|
|
|
# The platform the configuration will be used on.
|
|
|
|
nixpkgs.hostPlatform = "x86_64-darwin";
|
|
|
|
}
|