diff --git a/hosts/ildkule/services/monitoring/gatus/default.nix b/hosts/ildkule/services/monitoring/gatus/default.nix index ff60c35..5b3b7f1 100644 --- a/hosts/ildkule/services/monitoring/gatus/default.nix +++ b/hosts/ildkule/services/monitoring/gatus/default.nix @@ -82,7 +82,6 @@ in (mkMachine "buskerud") (mkMachine "buttercup") (mkMachine "demiurgen") - (mkMachine "drolsum") (mkMachine "hildring") (mkMachine "innovation") (mkMachine "isvegg") diff --git a/topology/non-nixos-machines.nix b/topology/non-nixos-machines.nix index 10b12e6..c677999 100644 --- a/topology/non-nixos-machines.nix +++ b/topology/non-nixos-machines.nix @@ -80,29 +80,6 @@ in { }; }; - nodes.drolsum = mkDevice "drolsum" { - guestType = "proxmox"; - parent = config.nodes.powerpuff-cluster.id; - deviceType = "loginbox"; - deviceIcon = "${pkgs.super-tiny-icons}/share/icons/SuperTinyIcons/svg/debian.svg"; - - # TODO: the interface name is likely wrong - interfaceGroups = [ [ "eth0" ] ]; - interfaces.eth0 = { - network = "pvv"; - # mac = ""; - addresses = [ - "129.241.210.217" - "2001:700:300:1900::217" - "2001:700:300:1900::1:217" - ]; - gateways = [ - values.hosts.gateway - values.hosts.gateway6 - ]; - }; - }; - nodes.microbel = mkDevice "microbel" { deviceIcon = "${pkgs.super-tiny-icons}/share/icons/SuperTinyIcons/svg/debian.svg";