From 53e3d178f27fc5855f306c2bb3a9db91d4bde06a Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Sun, 24 Nov 2024 16:54:01 +0100 Subject: [PATCH] chore: disable microvms on icarus (#1007) --- hosts/x86_64-linux/icarus.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/hosts/x86_64-linux/icarus.nix b/hosts/x86_64-linux/icarus.nix index d5f89bd8..436e6be6 100644 --- a/hosts/x86_64-linux/icarus.nix +++ b/hosts/x86_64-linux/icarus.nix @@ -117,21 +117,21 @@ # "master-8be5-f2ba" # ]; - microvm = let - vms = [ - "playground" - ]; - in { - vms = builtins.listToAttrs (map (name: { - inherit name; - value = { - flake = self; - updateFlake = "github:johnae/world"; - }; - }) - vms); - autostart = vms; - }; + # microvm = let + # vms = [ + # "playground" + # ]; + # in { + # vms = builtins.listToAttrs (map (name: { + # inherit name; + # value = { + # flake = self; + # updateFlake = "github:johnae/world"; + # }; + # }) + # vms); + # autostart = vms; + # }; networking.useDHCP = false; networking.nat = {