mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
06c6695c8c
commit
dcc1a9e659
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||||
ExecStart = "${cfg.package}/bin/nextcloud"
|
ExecStart = "${cfg.package}/bin/nextcloud"
|
||||||
+ (optionalString cfg.startInBackground " --background");
|
+ (optionalString cfg.startInBackground " --background");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue