remove docker swarm

This commit is contained in:
Pim Kunis 2024-04-09 20:18:00 +02:00
parent ef7b1bd189
commit 0c65530d7c
21 changed files with 0 additions and 558 deletions

View file

@ -64,8 +64,6 @@ in
./jefke.nix
./lewis.nix
./hermes.nix
./maestro.nix
./vpay.nix
];
options = {

View file

@ -1,18 +0,0 @@
{
machines.maestro = {
kind = "virtual";
hypervisorName = "atlas";
nixosModule = { config, ... }: {
microvm.balloonMem = 10000;
lab = {
dockerSwarm.enable = true;
vm = {
id = 1;
};
};
};
};
}

View file

@ -1,15 +0,0 @@
{
machines.vpay = {
kind = "virtual";
hypervisorName = "lewis";
nixosModule = {
microvm.balloonMem = 10000;
lab = {
dockerSwarm.enable = true;
vm.id = 3;
};
};
};
}