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