Enable periodic dumps

This commit is contained in:
Jakob Lechner 2024-10-23 13:56:32 +02:00
parent aa79e9a295
commit a2d776548c

View file

@ -49,6 +49,10 @@ in
};
log.level = "Warn";
};
dump = {
enable = true;
type = "tar.zst";
};
};
networking.firewall.allowedTCPPorts = [ cfg.settings.server.SSH_PORT ];