infra/nixos/modules/system/boot/default.nix

6 lines
49 B
Nix

{...}: {
imports = [
./luks-ssh.nix
];
}