feat: enable virtmanager
This commit is contained in:
parent
40457938ce
commit
aa8a848017
5 changed files with 11 additions and 3 deletions
|
@ -22,6 +22,8 @@
|
|||
timeout = 2;
|
||||
};
|
||||
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
|
|
@ -36,8 +36,9 @@
|
|||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.uinput.enable = true;
|
||||
|
||||
#virtualisation = {
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
#waydroid.enable = true;
|
||||
#lxd.enable = true;
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -159,6 +159,7 @@
|
|||
|
||||
# List packages in root user PATH
|
||||
environment.systemPackages = with pkgs; [
|
||||
qemu
|
||||
wl-clipboard
|
||||
alsa-utils
|
||||
wget
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue