8 lines
130 B
Nix
8 lines
130 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [
|
|
"${modulesPath}/installer/sd-card/sd-image-aarch64.nix"
|
|
./configuration.nix
|
|
];
|
|
}
|