mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:47:50 +00:00
Merge pull request #128150 from scvalex/etcd-passthru-test
etcd: refactor the service to add etcd to systemPackages instead of the etcdctl alias
This commit is contained in:
commit
f254bdb473
@ -184,7 +184,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.etcdctl ];
|
||||
environment.systemPackages = [ pkgs.etcd ];
|
||||
|
||||
users.users.etcd = {
|
||||
uid = config.ids.uids.etcd;
|
||||
|
Loading…
Reference in New Issue
Block a user