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; virtualisation.docker.enable = true;
# Virtualization
virtualisation.libvirtd.enable = true;
systemd.services.libvirtd.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;

View File

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

View File

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