Cut over to "production" ports :)

This commit is contained in:
Gene Liverman 2024-04-05 21:20:09 -04:00
parent 080790dfee
commit 15fdeb66ea

View file

@ -1,6 +1,6 @@
{ config, ... }: let
http_port = 8080;
https_port = 8444;
http_port = 80;
https_port = 443;
gandi_api = "${config.sops.secrets.gandi_api.path}";
#gandi_dns_pat = "${config.sops.secrets.gandi_dns_pat.path}";
home_domain = "home.technicalissues.us";