flake/hosts/plato/hardware-configuration.nix
Guanran Wang 8ee5e9dd3e
hosts: rename hostnames to lowercase
- Following RFC 952 and RFC 1123.
  Hostnames are not case-sensitive; however, uppercase letters were typically avoided to enhance readability.

- I accidentally rm -rf'ed ./git, had to re-commit everything
2024-02-11 22:10:03 +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";
}