merge ace helix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-07 16:58:47 +02:00
5 changed files with 87 additions and 13 deletions

13
system-modules/nx2site.nix Executable file → Normal file
View File

@@ -5,18 +5,7 @@
] else [];
config = lib.mkIf (host == "NxACE") {
# security.acme = {
# acceptTerms = true;
# defaults.email = "acme@nx2.site";
# certs."nx2.site" = {
# dnsProvider = "namecheap";
# environmentFile = ../secrets/nx2site/namecheap-creds.env;
# };
# };
# services.nginx = {
# enable = true;
# };
systemd = {
systemd = {
timers."namecheap-dynamic-dns" = {
wantedBy = [ "timers.target" ];
timerConfig = {