types.syncthing.id: string -> str
This commit is contained in:
parent
6c28491768
commit
bb2f8b9b92
@ -89,7 +89,7 @@ rec {
|
||||
|
||||
syncthing.id = mkOption {
|
||||
# TODO syncthing id type
|
||||
type = nullOr string;
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user