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
+1 -1
View File
@@ -184,7 +184,7 @@ in {
};
};
environment.systemPackages = [ pkgs.etcdctl ];
environment.systemPackages = [ pkgs.etcd ];
users.users.etcd = {
uid = config.ids.uids.etcd;