forked from Fediversity/Fediversity
Remove vm02117
Machine was running on the old supervisor and was decommissioned manually.
This commit is contained in:
parent
a7848beda0
commit
d121cd6a5b
3 changed files with 0 additions and 25 deletions
|
@ -29,7 +29,6 @@ infrastructure.
|
|||
| Machine | Proxmox | Description | Deployment |
|
||||
|---------+-------------+------------------------+------------|
|
||||
| vm02116 | Procolix | Forgejo | ~git~ |
|
||||
| vm02117 | Procolix | /unused/ | ~other~ |
|
||||
| vm02179 | Procolix | /unused/ | ~other~ |
|
||||
| vm02186 | Procolix | /unused/ | ~other~ |
|
||||
| vm02187 | Procolix | Wiki | ~web~ |
|
||||
|
|
|
@ -61,7 +61,6 @@ in
|
|||
];
|
||||
web = [ "vm02187" ];
|
||||
other = [
|
||||
"vm02117"
|
||||
"vm02179"
|
||||
"vm02186"
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue