feat: outinul.ie now has ssl
Some checks failed
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Successful in 14s
Build_Deploy / deploy_dns (push) Successful in 54s
Build_Deploy / deploy_active (active) (push) Successful in 48s
Build_Deploy / deploy_active (active-core) (push) Failing after 40s
Build_Deploy / deploy_active (active-ext) (push) Successful in 42s

This commit is contained in:
silver 2024-11-05 17:39:56 +00:00
parent 1baeb24761
commit 13eba34a56
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 4 additions and 4 deletions

View file

@ -32,13 +32,13 @@ in {
defaults = {
email = "admin_acme@skynet.ie";
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
credentialsFile = config.age.secrets.acme.path;
};
certs = {
"skynet" = {
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
domain = "skynet.ie";
extraDomainNames = lists.naturalSort cfg.domains;
};

View file

@ -86,8 +86,8 @@ in {
services.nginx.virtualHosts = {
"outinul.ie" = {
forceSSL = false;
useACMEHost = "skynet";
addSSL = true;
enableACME = true;
locations = {
"/" = {
alias = "/home/outinul/public_html/";