diff options
| author | Skullheadx <admonty1@gmail.com> | 2026-06-29 20:30:50 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@gmail.com> | 2026-06-29 20:30:50 -0400 |
| commit | b8c001fbf07f552364da62840194c67fbf44a0fe (patch) | |
| tree | 73f98a4485f15d7a9b8242795c20736af3c10f7b /hosts/bear | |
| parent | fix symbol picker (diff) | |
| download | nixos-b8c001fbf07f552364da62840194c67fbf44a0fe.tar.gz nixos-b8c001fbf07f552364da62840194c67fbf44a0fe.tar.bz2 nixos-b8c001fbf07f552364da62840194c67fbf44a0fe.zip | |
use correct user on bear
Diffstat (limited to 'hosts/bear')
| -rw-r--r-- | hosts/bear/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 ''; }; |
