From b5e6064ee382c46e6cfd6f9f1f50924fd33161ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 11 Nov 2024 16:02:32 +0100 Subject: [PATCH] Setup four Procolix VMs --- flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 85be7cf..d2eed85 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { }; }; }; };