11 lines
261 B
Nix
11 lines
261 B
Nix
{...}: {
|
|
imports = [
|
|
./encryptedDriveMod/filesystems.nix
|
|
./encryptedDriveMod/kernelModules.nix
|
|
./encryptedDriveMod/options.nix
|
|
./encryptedDriveMod/passwordMode.nix
|
|
./encryptedDriveMod/sshMode.nix
|
|
./encryptedDriveMod/usbMode.nix
|
|
];
|
|
}
|