From b83f110fa75bae14ad5dd8761c45c9bdb261ba64 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 28 Jun 2024 22:26:34 +0200 Subject: [PATCH] talos: virtualbox things --- hosts/talos/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index 5aa8e27..79f6635 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -64,6 +64,9 @@ virtualisation = { docker.enable = true; libvirtd.enable = false; + virtualbox.host = { + enable = false; + }; }; my.services = { @@ -108,6 +111,8 @@ # test vms "*.qcow2" + "*.vbox" + "*.vdi" # secrets stay offline "/home/alarsyo/**/secrets"