Skip to content

Commit 211023c

Browse files
committed
build: drop rhea
1 parent 1bfc03f commit 211023c

14 files changed

+0
-556
lines changed

build/flake.nix

-9
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@
7979
];
8080
};
8181

82-
nixosConfigurations.rhea = nixpkgs.lib.nixosSystem {
83-
system = "x86_64-linux";
84-
85-
modules = [
86-
flakesModule
87-
./rhea/configuration.nix
88-
];
89-
};
90-
9182
nixosConfigurations.mimas = nixpkgs.lib.nixosSystem {
9283
system = "x86_64-linux";
9384

build/pluto/prometheus/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
];
2424

2525
networking.extraHosts = ''
26-
10.254.1.5 rhea
2726
10.254.1.6 pluto
2827
2928
10.254.1.9 haumea

build/pluto/prometheus/exporters/nixos.nix

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{
77
labels.role = "hydra";
88
targets = [
9-
"rhea:9300"
109
"mimas.nixos.org:9300"
1110
];
1211
}

build/pluto/prometheus/exporters/node.nix

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{
1010
labels.role = "hydra";
1111
targets = [
12-
"rhea:9100"
1312
"mimas.nixos.org:9100"
1413
];
1514
}

build/pluto/prometheus/exporters/zfs.nix

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
static_configs = [
77
{
88
targets = [
9-
"rhea:9134"
109
"haumea:9134"
1110
"pluto:9134"
1211
"mimas.nixos.org:9134"

build/rhea/.terraform.lock.hcl

-95
This file was deleted.

build/rhea/configuration.nix

-28
This file was deleted.

build/rhea/hardware-configuration.nix

-49
This file was deleted.

build/rhea/hetzner.nix

-4
This file was deleted.

0 commit comments

Comments
 (0)