12 lines
265 B
Nix
12 lines
265 B
Nix
|
{
|
||
|
# "standard" modules that aren't fundamentally required,
|
||
|
# but are probably useful in most common workflows and
|
||
|
# you should have to opt out of instead of into
|
||
|
imports = [
|
||
|
./tftpboot.nix
|
||
|
./kexecboot.nix
|
||
|
./flashimage.nix
|
||
|
./jffs2.nix
|
||
|
];
|
||
|
}
|