From 6b003a8648d458980bc2e58368d95ee76e795ff4 Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 1 Oct 2025 17:16:11 +0200 Subject: [PATCH] add comment for traversability of vm storage in home dir --- modules/nix/virt/qemu.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nix/virt/qemu.nix b/modules/nix/virt/qemu.nix index 4abbb02..30f21af 100644 --- a/modules/nix/virt/qemu.nix +++ b/modules/nix/virt/qemu.nix @@ -15,6 +15,8 @@ in }; config = mkIf config.smayzy.virt.enable { + # chmod g+x ~/VM + # for traversability of the home dir programs.virt-manager.enable = true; users.groups.libvirtd.members = [ "smayzy" ]; virtualisation.libvirtd.enable = true;