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

6 lines
49 B
Nix
Raw Normal View History

2024-10-13 15:16:39 -05:00
{...}: {
imports = [
./luks-ssh.nix
];
}