diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-04 09:14:57 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-04 09:14:57 +0100 |
| commit | c799527469210be30f9ee11836d24d61e159942d (patch) | |
| tree | 7970819569e2a6458b0c668ec6a8d2be10c2b7d6 /systems | |
| parent | 0e67be5487d6aa97fe8db2bd1ccc966b4239ab50 (diff) | |
| download | nixos-c799527469210be30f9ee11836d24d61e159942d.tar.gz nixos-c799527469210be30f9ee11836d24d61e159942d.zip | |
ssh fix
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/hermes/nixos/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/hermes/nixos/default.nix b/systems/hermes/nixos/default.nix index a9c92dd..2d9c9a8 100644 --- a/systems/hermes/nixos/default.nix +++ b/systems/hermes/nixos/default.nix @@ -30,6 +30,8 @@ update-boot = "sudo nixos-rebuild boot --flake ~/nixos#hermes"; update-system = "sudo nixos-rebuild switch --flake ~/nixos#hermes"; update-home = "home-manager switch --flake ~/nixos#hermes"; + + ssh = "TERM=xterm-256color ssh"; }; # Version |
