diff --git a/modules/services/backup/mysql-backup.nix b/modules/services/backup/mysql-backup.nix index ca749fa9e42..0914f006965 100644 --- a/modules/services/backup/mysql-backup.nix +++ b/modules/services/backup/mysql-backup.nix @@ -46,7 +46,7 @@ in location = mkOption { default = "/var/backup/mysql"; description = '' - Location to put the gzipped PostgreSQL database dumps. + Location to put the gzipped MySQL database dumps. ''; }; };