diff --git a/nixos/modules/nixos/services/postgresql/default.nix b/nixos/modules/nixos/services/postgresql/default.nix index 19f62d4..9e68a96 100644 --- a/nixos/modules/nixos/services/postgresql/default.nix +++ b/nixos/modules/nixos/services/postgresql/default.nix @@ -19,7 +19,7 @@ in }; backupLocation = mkOption { - type = lib.types.string; + type = lib.types.str; description = "Location for sql backups to be stored."; default = "/persist/backup/postgresql"; };