mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
committed by
GitHub
parent
7540dcc789
commit
480d589cdd
@@ -29,7 +29,7 @@ in {
|
||||
};
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${cfg.package}/bin/owncloud";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user