syncthing: add platform assertion

This commit is contained in:
Robert Helgesson
2022-09-30 22:27:35 +02:00
parent 9727190b80
commit 7a3384c796

View File

@@ -57,6 +57,11 @@ in {
config = mkMerge [
(mkIf cfg.enable {
assertions = [
(lib.hm.assertions.assertPlatform "services.syncthing" pkgs
lib.platforms.linux)
];
home.packages = [ (getOutput "man" pkgs.syncthing) ];
systemd.user.services = {