services.automysqlbackup.settings
automysqlbackup configuration. Refer to ${pkgs.automysqlbackup}/etc/automysqlbackup.conf for details on supported values.
- Type
attribute set of (string or signed integer or boolean or list of string)- Default
{ }- Example
{ db_names = [ "nextcloud" "matomo" ]; table_exclude = [ "nextcloud.oc_users" "nextcloud.oc_whats_new" ]; mailcontent = "log"; mail_address = "admin@example.org"; }- Declared
- <nixpkgs/nixos/modules/services/backup/automysqlbackup.nix>