Updated laptop configuration
This commit is contained in:
13
modules/system/programs/virtualization.nix
Normal file
13
modules/system/programs/virtualization.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.users.xeovalyte.extraGroups = [ "libvirtd" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
quickemu
|
||||
quickgui
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user