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";
};