2024-08-12 16:54:39 +01:00
|
|
|
{tree, ...}: {
|
2023-09-18 03:56:58 +01:00
|
|
|
imports = with tree; [
|
2024-07-24 14:13:59 +01:00
|
|
|
profiles.nixos.sshd
|
2023-09-18 03:56:58 +01:00
|
|
|
];
|
2023-02-13 11:33:33 +00:00
|
|
|
|
2024-08-12 16:52:17 +01:00
|
|
|
boot.encryptedDrive = {
|
|
|
|
enable = true;
|
|
|
|
mode = "ssh";
|
|
|
|
allowPasswordDecrypt = true;
|
2022-12-14 12:04:21 +00:00
|
|
|
};
|
|
|
|
}
|