Generalize ddclient, generalize root reset, fix nextcloud, impermanence is fully working on Kitty.
This commit is contained in:
parent
3477841a82
commit
2784173155
12 changed files with 93 additions and 82 deletions
|
@ -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}" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue