nixos-config/modules/system/devices/boot/default.nix

7 lines
63 B
Nix

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