types host: add syncthing.id
This commit is contained in:
parent
d9920bc3c3
commit
9a58e882ac
@ -86,6 +86,12 @@ rec {
|
|||||||
type = nullOr ssh-privkey;
|
type = nullOr ssh-privkey;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
syncthing.id = mkOption {
|
||||||
|
# TODO syncthing id type
|
||||||
|
type = nullOr string;
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user