From d07af6d10117f93e4a0300c4c274c09c57f31aa6 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 8 Nov 2023 21:31:14 -0700 Subject: [PATCH] Should use tailscale eventually for remote luks unlocking --- common/boot/remote-luks-unlock.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/boot/remote-luks-unlock.nix b/common/boot/remote-luks-unlock.nix index 140b4e6..a706fce 100644 --- a/common/boot/remote-luks-unlock.nix +++ b/common/boot/remote-luks-unlock.nix @@ -1,5 +1,7 @@ { config, pkgs, lib, ... }: +# TODO: use tailscale instead of tor https://gist.github.com/antifuchs/e30d58a64988907f282c82231dde2cbc + let cfg = config.remoteLuksUnlock; in