refactor: add virtualization comments

This commit is contained in:
DACHXY 2025-01-01 14:53:27 +08:00
parent e08222fc8f
commit bb9a5b8122
3 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,6 @@
users.users.danny = {
isNormalUser = true;
shell = pkgs.bash; # Actually fish
extraGroups = [ "wheel" "input" "networkmanager" "docker" ];
extraGroups = [ "wheel" "input" "networkmanager" "docker" "libvirtd" ];
};
}

View file

@ -17,6 +17,7 @@
enable = true;
qemu.swtpm.enable = true;
qemu.ovmf.enable = true;
qemu.ovmf.packages = [ pkgs.OVMFFull.fd ];
};
spiceUSBRedirection.enable = true;