From 5c67c47fe2614429f7226e9969f7aa007d14aca6 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Fri, 22 Mar 2019 07:56:13 +0100
Subject: types host: add syncthing.id

---
 lib/types.nix | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'lib')

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;
+      };
     };
   });
 
-- 
cgit v1.2.3