change permissions for home dir for qemu
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 54s

This commit is contained in:
smayzy
2025-10-19 18:02:47 +02:00
parent 34775227e9
commit cce705e664
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -15,8 +15,6 @@ 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;