about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-05-25 16:20:59 +0100
committerdevhell <devhell@mailfresser.de>2021-05-25 16:22:28 +0100
commitafd78c33ded53340bc9635bce9e242899c54fedd (patch)
tree0272203739ab40fa20dbf77ba0b56144389b299d /machines/devhell
parent02432e6b380f89b665334724b7609ce511ecf195 (diff)
machines/gunnr: Enable syncthing
I'm going to start using `Zettlr` to try and keep on top of the
gazillion notes I have. Zettlr doesn't have built-in sync to anything,
so I'll probably have to use `syncthing`. I'd prefer `git`, but if the
file versioning works halfway decently then that'll be fine.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/gunnr.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index d707e87f..1ade9dff 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -98,6 +98,9 @@
       enable = true;
       drivers = [ pkgs.foo2zjs pkgs.hplip ];
     };
+    syncthing = {
+      enable = true;
+    };
   };
 
   services.zfs.autoScrub.enable = true;