From be9f18ddd347bfa57f8ab1d43c28b09e5730fc85 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Fri, 4 Apr 2025 13:12:14 +1100 Subject: [PATCH] Fix laptop ssh config --- nixos/home-manager/low-power-laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home-manager/low-power-laptop.nix b/nixos/home-manager/low-power-laptop.nix index fda612c..e6f8e8e 100644 --- a/nixos/home-manager/low-power-laptop.nix +++ b/nixos/home-manager/low-power-laptop.nix @@ -79,7 +79,7 @@ programs.ssh.matchBlocks = { "*" = { - identityFile = "/home/buymymojo/.ssh/id_ed25519"; + identityFile = "/home/aria/.ssh/id_ed25519"; }; };