9 lines
179 B
Nix
9 lines
179 B
Nix
|
# NixOS config entry point
|
||
|
# import the hardware and configuration files specific to your machine
|
||
|
{
|
||
|
imports =
|
||
|
[
|
||
|
./machines/MacMiniM2-darwin-configuration.nix
|
||
|
];
|
||
|
}
|