types.syncthing.id: string -> str

This commit is contained in:
lassulus 2019-04-13 14:06:36 +02:00
parent 6c28491768
commit bb2f8b9b92
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ rec {
syncthing.id = mkOption {
# TODO syncthing id type
type = nullOr string;
type = nullOr str;
default = null;
};
};