From 444abc0d0d77782fcebd3a3f716a14be852d9eaf Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 4 Jun 2023 16:51:06 +0100 Subject: [PATCH] Add address for legion, remove vanguard server expressions --- home/ssh/personal.nix | 4 ++++ services/Vanguard.nix | 10 +--------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/home/ssh/personal.nix b/home/ssh/personal.nix index af410d9d..f2b039de 100644 --- a/home/ssh/personal.nix +++ b/home/ssh/personal.nix @@ -5,6 +5,10 @@ user = "xenia"; hostname = "192.168.1.166"; }; + "legion" = { + user = "xenia"; + hostname = "192.168.1.230"; + }; "ionos" = { user = "root"; hostname = "77.68.67.133"; diff --git a/services/Vanguard.nix b/services/Vanguard.nix index 438656ae..265e5bba 100644 --- a/services/Vanguard.nix +++ b/services/Vanguard.nix @@ -1,15 +1,7 @@ {...}: { imports = [ - ./adguardhome - ./gitea - ./nextcloud - ./openvpn/Vanguard.nix + # ./openvpn/Vanguard.nix ./sshd ./syncthing/Vanguard.nix - ./terraria/windy_limbo_of_melancholy.nix - ./traefik/adguardhome.nix - ./traefik/gitea.nix - ./traefik/nextcloud.nix - ./traefik/qbittorrent.nix ]; }