All checks were successful
Check Flake / check-flake (push) Successful in 1m21s
11 lines
110 B
Nix
11 lines
110 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./firmware.nix
|
|
./efi.nix
|
|
./bios.nix
|
|
./remote-luks-unlock.nix
|
|
];
|
|
}
|