From c60a80d7d1dd95f658058d7b39306369a339ca87 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 Jan 2025 11:44:10 +0000 Subject: [PATCH] Remove SSH_ASKPASS_REQUIRE, update IP address for Legion --- system/desktop.nix | 1 - system/home/shell/ssh.nix | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/system/desktop.nix b/system/desktop.nix index 1ce5c7c7..a1a7077d 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -10,7 +10,6 @@ networking.networkmanager.enable = true; environment = { sessionVariables = { - SSH_ASKPASS_REQUIRE = "prefer"; NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; WEBKIT_DISABLE_COMPOSITING_MODE = "1"; diff --git a/system/home/shell/ssh.nix b/system/home/shell/ssh.nix index 89c889b4..06192018 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -21,11 +21,7 @@ "git*".user = "git"; "legion" = { user = "pixelifytica"; - hostname = "192.168.0.31"; - }; - "vanguard" = { - user = "pixelifytica"; - hostname = "192.168.0.90"; + hostname = "192.168.1.225"; }; "ionos" = { user = "root";