Setup four Procolix VMs

This commit is contained in:
Nicolas Jeannerod 2024-11-11 16:02:32 +01:00
parent e275808313
commit b5e6064ee3
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -135,13 +135,19 @@
providers.local = inputs.nixops4-nixos.modules.nixops4Provider.local;
resources = {
fedi101 = makeProcolixVmResource "101" {
fedi100 = makeProcolixVmResource 100 { };
fedi101 = makeProcolixVmResource 101 {
fediversity = {
enable = true;
domain = "fediversity.niols.fr";
domain = "fedi101.niols.fr";
pixelfed.enable = true;
};
};
fedi102 = makeProcolixVmResource 102 { };
fedi103 = makeProcolixVmResource 103 { };
};
};
};