Merge pull request #128161 from NixOS/backport-128150-to-release-21.05
[Backport release-21.05] etcd: refactor the service to add etcd to systemPackages instead of the etcdctl alias
This commit is contained in:
commit
df8bcca5fb
@ -184,7 +184,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.etcdctl ];
|
environment.systemPackages = [ pkgs.etcd ];
|
||||||
|
|
||||||
users.users.etcd = {
|
users.users.etcd = {
|
||||||
uid = config.ids.uids.etcd;
|
uid = config.ids.uids.etcd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user