From 2a5e86e98ded000747ebd2e2c71bf87a21c02e1c Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 4 May 2025 00:31:40 +1000 Subject: [PATCH 1/2] zsh: set alias for ssh to use the TERM=xterm-256color env variable fixes bug where remote sessions don't have an updated TERMINFO binary that contains the definition for my current terminal, resulting in having a broken prompt --- stow/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/.zshrc b/stow/.zshrc index 719041c..5f70b05 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -77,6 +77,7 @@ alias ll="ls -ahl --color=auto" alias cat="bat" alias rm="trash" +alias ssh="TERM=xterm-256color ssh" # fix ssh not recognising terminal and remote shell being somewhat broken alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason # env vars From 7254a7d61f76353513ec8df8ff9e1f9d369bea1e Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 4 May 2025 00:38:53 +1000 Subject: [PATCH 2/2] glance: remove lidarr --- modules/services/glance.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/services/glance.nix b/modules/services/glance.nix index 59ff468..608afe5 100644 --- a/modules/services/glance.nix +++ b/modules/services/glance.nix @@ -51,10 +51,6 @@ title = "Sonarr"; url = "https://sonarr.${config.homelab.domain}"; } - { - title = "Lidarr"; - url = "https://lidarr.${config.homelab.domain}"; - } { title = "Prowlarr"; url = "https://prowlarr.${config.homelab.domain}";