From 973e27e41dc2010756be98fc70ab336bfe7059f2 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:34:05 +0100 Subject: [PATCH] flake: oops forgot this lil thing --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8e303bf..393f0ef 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,6 @@ }; modules = [ ./hosts/main-homelab/configuration.nix - microvm.nixosModules.host ]; }; };