1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

owncloud-client: fix startup

Workaround for #249.
This commit is contained in:
Nikita Uvarov 2018-05-04 13:01:34 +02:00
parent e055e4a092
commit 91725ddced
No known key found for this signature in database
GPG Key ID: F7A5FB3A7C10EF96

View File

@ -18,6 +18,7 @@ with lib;
};
Service = {
Environment = "PATH=%h/.nix-profile/bin";
ExecStart = "${pkgs.owncloud-client}/bin/owncloud";
};