From 3593d35a1bcec59a8031eae358c1a6048c45cd7e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 20 Nov 2025 09:54:24 -0600 Subject: [PATCH] Simplify Genesis services --- hosts/genesis/default.nix | 9 --------- hosts/genesis/networking.nix | 22 ---------------------- 2 files changed, 31 deletions(-) diff --git a/hosts/genesis/default.nix b/hosts/genesis/default.nix index c1ae1f3..94ff976 100644 --- a/hosts/genesis/default.nix +++ b/hosts/genesis/default.nix @@ -11,7 +11,6 @@ in imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./home-assistant.nix ./networking.nix ]; @@ -19,8 +18,6 @@ in home = true; gnome.enable = false; proxies = { - "speed.home".target = "http://localhost:${speedtest_port}"; - "speedtest.thehellings.lan".target = "http://localhost:${speedtest_port}"; }; }; @@ -32,7 +29,6 @@ in }; environment.systemPackages = with pkgs; [ - awscli2 create_ssl step-ca ]; @@ -40,10 +36,5 @@ in networking.hostName = "genesis"; # Define your hostname. virtualisation.oci-containers.containers = { - speedtest = { - image = "ghcr.io/librespeed/speedtest"; - hostname = "speedtest"; - ports = [ "${speedtest_port}:80" ]; - }; }; } diff --git a/hosts/genesis/networking.nix b/hosts/genesis/networking.nix index cdda97e..2709680 100644 --- a/hosts/genesis/networking.nix +++ b/hosts/genesis/networking.nix @@ -76,28 +76,6 @@ in environment.etc."hosts.d/local".text = extraHosts; services = { - ######### - # Blind service proxy behind the walls of the VPN - ######## - _3proxy = { - enable = true; - services = [ - { - type = "socks"; - auth = [ "strong" ]; - bindPort = proxyPort; - acl = [ - { - rule = "allow"; - users = [ "greg" ]; - } - ]; - } - ]; - #usersFile = "/run/agenix/3proxy"; - denyPrivate = false; - }; - kea.dhcp4 = ( import ./networking/dhcp.nix { inherit