mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
7540dcc789
commit
480d589cdd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in {
|
|||
};
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${cfg.package}/bin/owncloud";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue