diff options
| author | tv <tv@krebsco.de> | 2019-04-13 14:07:30 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2019-04-13 14:07:30 +0200 | 
| commit | 2207162b0890dd61cc4e8b0b49b573508a090fd9 (patch) | |
| tree | 40e08e242660f96fb184afeed8608f2b1ca3aff1 /lib | |
| parent | f1169b8e71c61106be4e9bb1d4df7bbd590837fe (diff) | |
| parent | f0c85f305f662b96033dbbe896e399e5a58a28dd (diff) | |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/types.nix | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lib/types.nix b/lib/types.nix index 45c0098..23919af 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -86,6 +86,12 @@ rec {          type = nullOr ssh-privkey;          default = null;        }; + +      syncthing.id = mkOption { +        # TODO syncthing id type +        type = nullOr str; +        default = null; +      };      };    }); | 
