From 2b61601dd95244e31d82613621955effb91f7222 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 28 Nov 2025 14:05:44 -0800 Subject: add a module to remotely unlock machines For machines with full disk encryption, we can remotely unlock them from bree. A systemd timer will run every 10 minutes and check if we need to unlock the host. If we need to, it will SSH and provide the passphrase to unlock the disk(s). --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index d6d7b65..f936646 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -3,6 +3,7 @@ imports = [ ./home-manager.nix ./host-config.nix + ./remote-unlock.nix ./ssh.nix ./user.nix ]; -- cgit v1.2.3