From 0cac9a9de9cc1c1d30e411a15ab119299b344a38 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 3 Sep 2023 19:15:43 +0200 Subject: [PATCH] add virtualization to dishwasher --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 27d6288..934322a 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,7 @@ ./hosts/dishwasher ./modules/basic-tools ./modules/binary-caches.nix + ./modules/virtualization.nix ./modules/server ]; };