flake/machines/nixos/imac-2017/machine-1/default.nix
Guanran Wang 89f91afa4e
hardware: overhaul hardware configuration
- 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)
2023-10-07 16:19:15 +08:00

8 lines
No EOL
67 B
Nix

{ ... }:
{
imports = [
./partition.nix
./luks.nix
];
}