Remove vm02117

Machine was running on the old supervisor and was decommissioned manually.
This commit is contained in:
Nicolas Jeannerod 2025-01-31 11:06:23 +01:00
parent a7848beda0
commit d121cd6a5b
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
3 changed files with 0 additions and 25 deletions

View file

@ -29,7 +29,6 @@ infrastructure.
| Machine | Proxmox | Description | Deployment | | Machine | Proxmox | Description | Deployment |
|---------+-------------+------------------------+------------| |---------+-------------+------------------------+------------|
| vm02116 | Procolix | Forgejo | ~git~ | | vm02116 | Procolix | Forgejo | ~git~ |
| vm02117 | Procolix | /unused/ | ~other~ |
| vm02179 | Procolix | /unused/ | ~other~ | | vm02179 | Procolix | /unused/ | ~other~ |
| vm02186 | Procolix | /unused/ | ~other~ | | vm02186 | Procolix | /unused/ | ~other~ |
| vm02187 | Procolix | Wiki | ~web~ | | vm02187 | Procolix | Wiki | ~web~ |

View file

@ -61,7 +61,6 @@ in
]; ];
web = [ "vm02187" ]; web = [ "vm02187" ];
other = [ other = [
"vm02117"
"vm02179" "vm02179"
"vm02186" "vm02186"
]; ];

View file

@ -1,23 +0,0 @@
{
procolix.vm = {
name = "vm02117";
ip4 = "185.206.232.106";
ip6 = "2a00:51c0:12:1201::106";
};
## vm02117 is running on old hardware based on a Xen VM environment, so it
## needs these extra options. Once the VM gets moved to a newer node, these
## two options can safely be removed.
boot.initrd.availableKernelModules = [ "xen_blkfront" ];
services.xe-guest-utilities.enable = true;
fileSystems."/" = {
device = "/dev/disk/by-uuid/5aa392a8-c9ba-4181-976f-b3b30db350a1";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/FC6D-610F";
fsType = "vfat";
};
}