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:
Niklas Hambüchen 2021-06-26 01:50:42 +02:00 committed by GitHub
commit f254bdb473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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