Generalize ddclient, generalize root reset, fix nextcloud, impermanence is fully working on Kitty.

This commit is contained in:
Jimbo 2025-01-19 15:31:02 -05:00
parent 3477841a82
commit 2784173155
12 changed files with 93 additions and 82 deletions

View file

@ -1,4 +1,4 @@
{ mailserver, pkgs, config, ... }:
{ mailserver, config, lib, pkgs, ... }:
{
imports = [
./nginx
@ -52,4 +52,5 @@
# Rspamd port from earlier to avoid overlap
services.redis.servers.rspamd.port = 1515;
services.ddclient.domains = lib.mkIf config.mailserver.enable [ "mx.${config.domains.p1}" ];
}