Fix acme cert name
Some checks failed
Buill NixOS Configurations / Explore-Forgejo-Actions (carbon) (push) Successful in 26s
Buill NixOS Configurations / Explore-Forgejo-Actions (git) (push) Successful in 19s
Buill NixOS Configurations / Explore-Forgejo-Actions (gospel) (push) Failing after 28s
Buill NixOS Configurations / Explore-Forgejo-Actions (node) (push) Successful in 24s

This commit is contained in:
alejandro-angulo 2026-02-14 18:46:56 -08:00
parent fdfdb785d6
commit 4be6542d61

View file

@ -35,7 +35,7 @@
services.atticd = { services.atticd = {
enable = true; enable = true;
acmeCertName = "attic.kilonull.com"; acmeCertName = "kilonull.com";
}; };
services.openssh.enable = true; services.openssh.enable = true;
services.printing.enable = true; services.printing.enable = true;