stonehenge: install libvirt

This commit is contained in:
Leonardo Eugênio 2026-02-12 14:14:19 -03:00
parent ff3e0127ff
commit b6415a9d8f

View file

@ -91,6 +91,8 @@
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"
"libvirtd"
"kvm"
]; ];
packages = with pkgs; [ packages = with pkgs; [
# kdePackages.kate # kdePackages.kate
@ -102,6 +104,8 @@
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;
virtualisation.libvirtd.enable = true;
# Install firefox. # Install firefox.
programs.firefox.enable = true; programs.firefox.enable = true;
@ -113,8 +117,11 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
dnsmasq
]; ];
networking.firewall.trustedInterfaces = [ "virbr0" ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.mtr.enable = true; # programs.mtr.enable = true;