feat: add win11 kvm xml template

This commit is contained in:
DACHXY 2025-01-02 00:24:49 +08:00
parent 57ead9aa89
commit ec3e6697cd
3 changed files with 128 additions and 3 deletions

View file

@ -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" ];
};
}