diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 0925d047..5e892179 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -53,13 +53,6 @@ in proxyPass = "http://[::1]:8222"; }; }; - "vault.railbird.ai" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyPass = "http://[::1]:8222"; - }; - }; "dev.railbird.ai" = { enableACME = true; forceSSL = true;