Add qemu and virtmanager

This commit is contained in:
Dave Gallant
2021-02-15 22:54:36 -05:00
parent f63b752022
commit b26fe96dc6
3 changed files with 9 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
virtualisation.docker.enable = true;
# Virtualization
virtualisation.libvirtd.enable = true;
systemd.services.libvirtd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;

View File

@@ -16,7 +16,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.dave = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
extraGroups = [ "wheel" "docker" "libvirtd" ];
shell = pkgs.zsh;
};

View File

@@ -87,6 +87,10 @@
postman
tailscale
# virtualization
qemu
virtmanager
# terraform
terraform-ls
terraform_0_14