Guanran Wang
89f91afa4e
- moved nvidia prime `xxxBusId` to machines specific configuration - moved hostname config to flake.nix - added per-machine configuration (example usage: multiple machines with same model)
14 lines
No EOL
247 B
Nix
14 lines
No EOL
247 B
Nix
{ ... }:
|
|
|
|
{
|
|
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";
|
|
} |