1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

syncthing: add platform assertion

This commit is contained in:
Robert Helgesson 2022-09-30 22:27:35 +02:00
parent 9727190b80
commit 7a3384c796
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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 = {