diff --git a/systems/jeeves/default.nix b/systems/jeeves/default.nix index 8f694bb..021288f 100644 --- a/systems/jeeves/default.nix +++ b/systems/jeeves/default.nix @@ -20,7 +20,6 @@ in ./monitoring ./docker ./services - ./web_services ./hardware.nix ./networking.nix ./programs.nix diff --git a/systems/portal-1/default.nix b/systems/portal-1/default.nix index a6f7fcd..4bf111e 100644 --- a/systems/portal-1/default.nix +++ b/systems/portal-1/default.nix @@ -11,6 +11,7 @@ "${inputs.self}/common/global" "${inputs.self}/common/optional/tailscale.nix" ./disk-config.nix + ./haproxy ]; nixpkgs.hostPlatform = "x86_64-linux";