add comment for traversability of vm storage in home dir
All checks were successful
nixos config pipeline / show-flake (push) Successful in 1m6s
nixos config pipeline / deploy (push) Successful in 50s

This commit is contained in:
smayzy 2025-10-01 17:16:11 +02:00
parent f7306e8760
commit 6b003a8648

View File

@ -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;