1
0
Fork 0

Services: fix Syncthing requiresMounts declaration

This commit is contained in:
Aires 2024-09-08 13:55:06 -04:00
parent 04c549d3a5
commit 51a11039d7
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ in
]; ];
}; };
systemd.user.services."syncthing".unitConfig.requiresMountsFor = cfg.services.syncthing.home; systemd.user.services."syncthing".Unit.RequiresMountsFor = cfg.services.syncthing.home;
}; };
}) })
] ]

View file

@ -131,7 +131,7 @@ in
]; ];
}; };
systemd.user.services."syncthing".unitConfig.requiresMountsFor = cfg.services.syncthing.home; systemd.user.services."syncthing".Unit.RequiresMountsFor = cfg.services.syncthing.home;
}; };
}) })
]; ];