10 lines
128 B
Nix
10 lines
128 B
Nix
{ lib, config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./firmware.nix
|
|
./efi.nix
|
|
./bios.nix
|
|
./remote-luks-unlock.nix
|
|
];
|
|
} |