Commit a3b335d
Changed files (1)
home
base
tui
home/base/tui/syncthing.nix
@@ -0,0 +1,6 @@
+{...}: {
+ services.syncthing = {
+ enable = true;
+ guiAddress = "127.0.0.1:4074";
+ };
+}