From a202758a757d67131c0ce461a5195a23127639ff Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 18 Nov 2024 13:38:49 -0500 Subject: [PATCH] Infini-DL360/ssh: fix neofetch image --- hosts/Infini-DL360/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-DL360/ssh.nix b/hosts/Infini-DL360/ssh.nix index 271e06d..c280ff2 100644 --- a/hosts/Infini-DL360/ssh.nix +++ b/hosts/Infini-DL360/ssh.nix @@ -70,8 +70,8 @@ in PasswordAuthentication no Match user neofetch - ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${neofetchConfig} --backend ascii - PermitTTY no + ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${neofetchConfig} + PermitTTY yes DisableForwarding yes AuthenticationMethods none KbdInteractiveAuthentication yes