mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
committed by
GitHub
parent
06c6695c8c
commit
dcc1a9e659
@@ -41,7 +41,7 @@ in {
|
||||
};
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${cfg.package}/bin/nextcloud"
|
||||
+ (optionalString cfg.startInBackground " --background");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user