7 lines
119 B
Nix
7 lines
119 B
Nix
{rootPath, ...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
|
|
(rootPath + /system_profiles/server.nix)
|
|
];
|
|
}
|