Commit a3b335d

HPCesia <me@hpcesia.com>
2025-06-16 06:34:23
feat(app): add syncthing
1 parent 15326a7
Changed files (1)
home
home/base/tui/syncthing.nix
@@ -0,0 +1,6 @@
+{...}: {
+  services.syncthing = {
+    enable = true;
+    guiAddress = "127.0.0.1:4074";
+  };
+}