chore: disable syncthing module

This commit is contained in:
2026-02-22 16:22:52 +01:00
parent ee3b95d986
commit b895e85953
2 changed files with 0 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ in
../../modules/stylix
(import ../../modules/secrets { inherit lib inputs config; })
../../modules/docker
../../modules/syncthing
../../modules/nfc
];
@@ -109,6 +108,4 @@ in
package = pkgs.plocate;
};
};
my.syncthing.enable = true;
}