Commit de5be77
Changed files (2)
home
base
tui
modules
desktop
apps
home/base/tui/syncthing.nix
@@ -1,6 +0,0 @@
-{...}: {
- services.syncthing = {
- enable = true;
- guiAddress = "127.0.0.1:4074";
- };
-}
modules/desktop/apps/syncthing.nix
@@ -0,0 +1,8 @@
+{
+ flake.modules.homeManager.desktop = _: {
+ services.syncthing = {
+ enable = true;
+ guiAddress = "127.0.0.1:4074";
+ };
+ };
+}