manatee: Add romm module

This commit is contained in:
Alexander Heldt
2026-05-17 13:24:29 +00:00
parent d72a4ebb61
commit f8907ccd05
8 changed files with 239 additions and 1 deletions
+13
View File
@@ -33,6 +33,19 @@
"--http-timeout=60"
];
};
"romm.ppp.pm" = {
dnsProvider = "hetzner";
environmentFile = config.age.secrets.hetzner-dns.path;
group = "nginx";
extraLegoFlags = [
"--dns.resolvers=1.1.1.1:53,8.8.8.8:53"
"--dns.propagation-wait=60s"
"--dns-timeout=60"
"--http-timeout=60"
];
};
};
};