Enable periodic dumps
This commit is contained in:
parent
aa79e9a295
commit
a2d776548c
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ in
|
|||
};
|
||||
log.level = "Warn";
|
||||
};
|
||||
dump = {
|
||||
enable = true;
|
||||
type = "tar.zst";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ cfg.settings.server.SSH_PORT ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue