diff --git a/system/desktop/home-manager/ssh.nix b/system/desktop/home-manager/ssh.nix index e37c53e..089e208 100644 --- a/system/desktop/home-manager/ssh.nix +++ b/system/desktop/home-manager/ssh.nix @@ -25,6 +25,11 @@ with lib; { identitiesOnly = true; user = "root"; }; + "*.lan" = { + identityFile = "~/.ssh/card_rsa.pub"; + identitiesOnly = true; + user = "root"; + }; "*.ingolf-wagner.de" = { identityFile = "~/.ssh/card_rsa.pub"; identitiesOnly = true;