NixOS-Config/modules/system/devices/boot/default.nix

9 lines
78 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./extlinux
./lanzaboote
./systemd
];
}