Machines: add initial support for iMac
This commit is contained in:
parent
b442b1e5a9
commit
b81cb471cc
4 changed files with 160 additions and 0 deletions
6
machines/iMac/default.nix
Executable file
6
machines/iMac/default.nix
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue