Services: fix Syncthing requiresMounts declaration
This commit is contained in:
parent
04c549d3a5
commit
51a11039d7
|
@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue