replace deprecated type

This commit is contained in:
Joseph Hanson 2024-07-13 07:46:23 -05:00
parent bfae2f67cc
commit 4394509d32
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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";
};