mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
neo4j service: fix package installed into env to match running service
This commit is contained in:
parent
5d849c72f1
commit
515fc22263
@ -140,7 +140,7 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.neo4j ];
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
users.extraUsers = singleton {
|
||||
name = "neo4j";
|
||||
|
Loading…
Reference in New Issue
Block a user