From 53fc0d766011038df6e46f86a7b91902f6e64817 Mon Sep 17 00:00:00 2001 From: arouzing Date: Thu, 2 Feb 2023 18:16:34 -0500 Subject: [PATCH] swithcing example to qcow --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4cde06e..5f90ba9 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ modules = [ ./hosts/example.nix ]; - format = "virtualbox"; + format = "qcow"; }; };