From 1566aca2b8dc300b712671b22221df164842ac50 Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 4 May 2026 00:39:39 +0200 Subject: [PATCH] virt enable --- systems/sandbox/cfg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index c62ca4a..757bbe5 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -16,6 +16,7 @@ }]; make = { cli = true; + virt = true; }; server = { openssh = true;