add comment for traversability of vm storage in home dir
This commit is contained in:
parent
f7306e8760
commit
6b003a8648
@ -15,6 +15,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf config.smayzy.virt.enable {
|
config = mkIf config.smayzy.virt.enable {
|
||||||
|
# chmod g+x ~/VM
|
||||||
|
# for traversability of the home dir
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
users.groups.libvirtd.members = [ "smayzy" ];
|
users.groups.libvirtd.members = [ "smayzy" ];
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user