nftable-migration
1{ lib, ... }:
2{
3  systemd.user.services.syncthing.Install.WantedBy = lib.mkForce [ "multi-user.target" ];
4}