chore: disable syncthing module

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent df33251ada
commit ce1ce79f83
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -100,7 +100,6 @@ in
harden = true;
};
my.syncthing.enable = true;
networking = {
# TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id
-3
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;
}