mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Cut over to "production" ports :)
This commit is contained in:
parent
080790dfee
commit
15fdeb66ea
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, ... }: let
|
{ config, ... }: let
|
||||||
http_port = 8080;
|
http_port = 80;
|
||||||
https_port = 8444;
|
https_port = 443;
|
||||||
gandi_api = "${config.sops.secrets.gandi_api.path}";
|
gandi_api = "${config.sops.secrets.gandi_api.path}";
|
||||||
#gandi_dns_pat = "${config.sops.secrets.gandi_dns_pat.path}";
|
#gandi_dns_pat = "${config.sops.secrets.gandi_dns_pat.path}";
|
||||||
home_domain = "home.technicalissues.us";
|
home_domain = "home.technicalissues.us";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue