Add libvirtd with virt-manager

This commit is contained in:
Bart van der Braak 2024-11-26 12:32:24 +01:00
parent cd64f0b826
commit f6b4184f6f

View file

@ -4,7 +4,7 @@
users.users.bart = {
isNormalUser = true;
description = "Bart van der Braak";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "libvirtd" "docker" ];
packages = with pkgs; [
vscodium
thunderbird
@ -51,6 +51,10 @@
programs.gnupg.agent.enable = true;
programs.gnupg.dirmngr.enable = true;
# Add KVM support
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# Add Docker support
virtualisation.docker.enable = true;
virtualisation.docker.rootless = {