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