types host: add syncthing.id

This commit is contained in:
lassulus 2019-03-22 07:56:13 +01:00
parent d9920bc3c3
commit 9a58e882ac
1 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,12 @@ rec {
type = nullOr ssh-privkey;
default = null;
};
syncthing.id = mkOption {
# TODO syncthing id type
type = nullOr string;
default = null;
};
};
});