puter/hosts/headless/abacus/mariadb.nix

11 lines
203 B
Nix
Raw Normal View History

2025-04-08 21:27:00 +00:00
# {pkgs, ...}: {
# services.mysql.package = pkgs.mariadb;
#
# services.mysqlBackup = {
# enable = true;
# startAt = "*-*-* 02:00:00";
# location = "/srv/backup/postgresql";
# };
# }
{}