feat: enable virtmanager

This commit is contained in:
matt1432 2023-09-12 08:02:35 -04:00
parent 40457938ce
commit aa8a848017
5 changed files with 11 additions and 3 deletions

View file

@ -22,6 +22,8 @@
timeout = 2;
};
kernelModules = [ "kvm-amd" ];
kernelParams = [
"quiet"
"splash"

View file

@ -36,8 +36,9 @@
hardware.opengl.driSupport32Bit = true;
hardware.uinput.enable = true;
#virtualisation = {
virtualisation = {
libvirtd.enable = true;
#waydroid.enable = true;
#lxd.enable = true;
#};
};
}

View file

@ -159,6 +159,7 @@
# List packages in root user PATH
environment.systemPackages = with pkgs; [
qemu
wl-clipboard
alsa-utils
wget

View file

@ -13,7 +13,7 @@ in
# Define a user account. Don't forget to set a password with 'passwd'.
users.users.matt = {
isNormalUser = true;
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" ];
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" "libvirtd" ];
};
home-manager.useUserPackages = true;

View file

@ -62,6 +62,10 @@
exec env SUDO_ASKPASS=${pkgs.plasma5Packages.ksshaskpass}/bin/${pkgs.plasma5Packages.ksshaskpass.pname} sudo -k -EA "${gparted}/bin/${gparted.pname}" "$@"
'')
# School
virtmanager
#camunda-modeler
#
protonmail-bridge
thunderbird
input-emulator