{ pkgs, ... }: { services.etcd = { enable = true package = pkgs.etcd_3_6; }; }