tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixosTests.etcd-cluster: update name
zowoq
2 years ago
7a697fef
3865e5f4
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
etcd-cluster.nix
+1
-1
nixos/tests/etcd-cluster.nix
···
95
networking.firewall.allowedTCPPorts = [ 2380 ];
96
};
97
in {
98
-
name = "etcd";
99
100
meta = with pkgs.lib.maintainers; {
101
maintainers = [ offline ];
···
95
networking.firewall.allowedTCPPorts = [ 2380 ];
96
};
97
in {
98
+
name = "etcd-cluster";
99
100
meta = with pkgs.lib.maintainers; {
101
maintainers = [ offline ];