Skip to content

Commit

Permalink
build: drop rhea
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 11, 2024
1 parent 3d6fc7b commit 03c2219
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 549 deletions.
9 changes: 0 additions & 9 deletions build/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@
];
};

nixosConfigurations.rhea = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";

modules = [
flakesModule
./rhea/configuration.nix
];
};

nixosConfigurations.mimas = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";

Expand Down
1 change: 0 additions & 1 deletion build/pluto/prometheus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
];

networking.extraHosts = ''
10.254.1.5 rhea
10.254.1.6 pluto
10.254.1.9 haumea
Expand Down
1 change: 0 additions & 1 deletion build/pluto/prometheus/exporters/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{
labels.role = "hydra";
targets = [
"rhea:9300"
"mimas.nixos.org:9300"
];
}
Expand Down
1 change: 0 additions & 1 deletion build/pluto/prometheus/exporters/node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{
labels.role = "hydra";
targets = [
"rhea:9100"
"mimas.nixos.org:9100"
];
}
Expand Down
1 change: 0 additions & 1 deletion build/pluto/prometheus/exporters/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
static_configs = [
{
targets = [
"rhea:9134"
"haumea:9134"
"pluto:9134"
"mimas.nixos.org:9134"
Expand Down
95 changes: 0 additions & 95 deletions build/rhea/.terraform.lock.hcl

This file was deleted.

28 changes: 0 additions & 28 deletions build/rhea/configuration.nix

This file was deleted.

49 changes: 0 additions & 49 deletions build/rhea/hardware-configuration.nix

This file was deleted.

4 changes: 0 additions & 4 deletions build/rhea/hetzner.nix

This file was deleted.

Loading

0 comments on commit 03c2219

Please sign in to comment.