replace deprecated type
This commit is contained in:
parent
bfae2f67cc
commit
4394509d32
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
||||||
};
|
};
|
||||||
backupLocation = mkOption
|
backupLocation = mkOption
|
||||||
{
|
{
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
description = "Location for sql backups to be stored.";
|
description = "Location for sql backups to be stored.";
|
||||||
default = "/persist/backup/postgresql";
|
default = "/persist/backup/postgresql";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue