summaryrefslogtreecommitdiff
path: root/home/pim/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/pim/syncthing.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/home/pim/syncthing.nix b/home/pim/syncthing.nix
index e234c42..9ed1708 100644
--- a/home/pim/syncthing.nix
+++ b/home/pim/syncthing.nix
@@ -1,8 +1,11 @@
-{ config, lib, ... }:
+{
+ config,
+ lib,
+ ...
+}:
with lib; let
cfg = config.local.syncthing;
-in
-{
+in {
options.local.syncthing = {
enable = mkEnableOption "syncthing";
};