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:
Niklas Hambüchen 2021-06-27 14:28:07 +02:00 committed by GitHub
commit df8bcca5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ in {
};
};
environment.systemPackages = [ pkgs.etcdctl ];
environment.systemPackages = [ pkgs.etcd ];
users.users.etcd = {
uid = config.ids.uids.etcd;