diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index ba2e20bc1..29e5871e0 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -159,13 +159,6 @@ in { enableACME = true; root = briefcase.learn; }; - "git.wpcarro.dev" = { - addSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://localhost:3000"; - }; - }; "blog.wpcarro.dev" = { addSSL = true; enableACME = true;