9 lines
78 B
Nix
9 lines
78 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./extlinux
|
||
|
./lanzaboote
|
||
|
./systemd
|
||
|
];
|
||
|
}
|