11 lines
162 B
Nix
11 lines
162 B
Nix
{ hostname, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./disko.nix
|
|
./filesystem.nix
|
|
./mounts.nix
|
|
./${hostname}-hardware-configuration.nix
|
|
];
|
|
}
|