feat: add win11 kvm xml template
This commit is contained in:
parent
57ead9aa89
commit
ec3e6697cd
3 changed files with 128 additions and 3 deletions
|
|
@ -4,6 +4,6 @@
|
|||
users.users.danny = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.bash; # Actually fish
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "docker" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "docker" "libvirtd" "kvm" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue