diff options
| author | makefu <github@syntax-fehler.de> | 2019-04-12 19:28:17 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2019-04-12 19:28:17 +0200 | 
| commit | 20e52ee5da77f849f677ab3875e05a962d4cab7a (patch) | |
| tree | 193266a7b81702fcd3f62ccc2a074ba398ae14ac /lib | |
| parent | d1c63e884f840853d238121a8526604b784f9ac3 (diff) | |
| parent | 8381844a919e17fed6a2393d34cabdf2f441d6ea (diff) | |
Merge remote-tracking branch 'lass/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..9001bc7 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 string; +        default = null; +      };      };    }); | 
