mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add qemu and virtmanager
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -87,6 +87,10 @@
|
|||||||
postman
|
postman
|
||||||
tailscale
|
tailscale
|
||||||
|
|
||||||
|
# virtualization
|
||||||
|
qemu
|
||||||
|
virtmanager
|
||||||
|
|
||||||
# terraform
|
# terraform
|
||||||
terraform-ls
|
terraform-ls
|
||||||
terraform_0_14
|
terraform_0_14
|
||||||
|
Reference in New Issue
Block a user