From a795acfabc3c8aae287ddd809e4edc84fb8cf84b Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 11 Jul 2023 23:09:46 +0200 Subject: [PATCH] add back microvms --- hosts/dishwasher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dishwasher/default.nix b/hosts/dishwasher/default.nix index 62d16f2..f6e7a79 100644 --- a/hosts/dishwasher/default.nix +++ b/hosts/dishwasher/default.nix @@ -5,6 +5,6 @@ ./secrets.nix ./oxalab.nix ./mcvm-network.nix - # ./microvms.nix + ./microvms.nix ]; }