roles/syncthingserver: remove systemPackages

This commit is contained in:
2025-09-01 16:06:54 -07:00
parent a52bdcd72a
commit 839d52f29b

View File

@@ -21,10 +21,6 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgsUnstable; [
syncthing
];
services.syncthing = {
enable = true;
package = pkgsUnstable.syncthing;