diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/remote-unlock.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/remote-unlock.nix b/profiles/remote-unlock.nix index 0e2cb1b..d93bb3f 100644 --- a/profiles/remote-unlock.nix +++ b/profiles/remote-unlock.nix @@ -6,7 +6,6 @@ boot.initrd.network = { enable = true; - postCommands = "echo 'cryptsetup-askpass' >> /root/.profile"; flushBeforeStage2 = true; ssh = { enable = true; @@ -15,7 +14,6 @@ "/persist/secrets/ssh_host_ed25519_key" ]; authorizedKeys = with adminUser.userinfo.sshPublicKeys; [ - onepassword yubikey-personal-nano yubikey-personal-keychain yubikey-personal-backup |
