mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 09:10:01 +01:00
bicep/mysql: move backup dir
This commit is contained in:
@@ -41,7 +41,7 @@ in
|
|||||||
|
|
||||||
services.mysqlBackup = lib.mkIf cfg.enable {
|
services.mysqlBackup = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = "/var/lib/mysql/backups";
|
location = "/var/lib/mysql-backups";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.rsync-pull-targets = lib.mkIf cfg.enable {
|
services.rsync-pull-targets = lib.mkIf cfg.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user