forked from Fediversity/Fediversity
Remove unused VMs
This has been done in sync with @kevin who removed them from the Procolix infrastructure as well.
This commit is contained in:
parent
e7e175ef78
commit
90efd14e54
5 changed files with 0 additions and 60 deletions
|
@ -101,8 +101,6 @@ They host our stable infrastructure.
|
||||||
Machine Proxmox Description Deployment
|
Machine Proxmox Description Deployment
|
||||||
--------- ------------- ------------------------ ------------
|
--------- ------------- ------------------------ ------------
|
||||||
vm02116 Procolix Forgejo `git`
|
vm02116 Procolix Forgejo `git`
|
||||||
vm02179 Procolix *unused* `other`
|
|
||||||
vm02186 Procolix *unused* `other`
|
|
||||||
vm02187 Procolix Wiki `web`
|
vm02187 Procolix Wiki `web`
|
||||||
fedi200 Fediversity Testing machine for Hans `hans`
|
fedi200 Fediversity Testing machine for Hans `hans`
|
||||||
fedi201 Fediversity FediPanel `kiara`
|
fedi201 Fediversity FediPanel `kiara`
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
fediversityVm = {
|
|
||||||
ipv4.address = "185.206.232.179";
|
|
||||||
ipv6.address = "2a00:51c0:12:1201::179";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixos.module =
|
|
||||||
{ lib, ... }:
|
|
||||||
{
|
|
||||||
## NOTE: This VM was created manually, which requires us to override the
|
|
||||||
## default disko-based `fileSystems` definition.
|
|
||||||
fileSystems = lib.mkForce {
|
|
||||||
"/" = {
|
|
||||||
device = "/dev/disk/by-uuid/119863f8-55cf-4e2f-ac17-27599a63f241";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/boot" = {
|
|
||||||
device = "/dev/disk/by-uuid/D9F4-9BF0";
|
|
||||||
fsType = "vfat";
|
|
||||||
options = [
|
|
||||||
"fmask=0022"
|
|
||||||
"dmask=0022"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
fediversityVm = {
|
|
||||||
ipv4.address = "185.206.232.186";
|
|
||||||
ipv6.address = "2a00:51c0:12:1201::186";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixos.module =
|
|
||||||
{ lib, ... }:
|
|
||||||
{
|
|
||||||
## NOTE: This VM was created manually, which requires us to override the
|
|
||||||
## default disko-based `fileSystems` definition.
|
|
||||||
fileSystems = lib.mkForce {
|
|
||||||
"/" = {
|
|
||||||
device = "/dev/disk/by-uuid/833ac0f9-ad8c-45ae-a9bf-5844e378c44a";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/boot" = {
|
|
||||||
device = "/dev/disk/by-uuid/B4D5-3AF9";
|
|
||||||
fsType = "vfat";
|
|
||||||
options = [
|
|
||||||
"fmask=0022"
|
|
||||||
"dmask=0022"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPAsOCOsJ0vNL9fGj0XC25ir8B+k2NlVJzsiVUx+0eWM
|
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6mnBgEeyYE4tzHeFNHVNBV6KR+hAqh3PYSqlh0QViW
|
|
Loading…
Add table
Reference in a new issue