From b8c001fbf07f552364da62840194c67fbf44a0fe Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 20:30:50 -0400 Subject: use correct user on bear --- hosts/bear/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index 7b0eed3..115eebe 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -55,9 +55,11 @@ Host homelab HostName 192.168.1.120 Port 22 + User andrew Host vps Hostname 170.205.37.7 Port 2222 + User andrew ''; }; -- cgit v1.3.1