virt
This commit is contained in:
10
system-modules/virtualisation.nix
Normal file
10
system-modules/virtualisation.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
virtiofsd
|
||||
];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
users.users."${user}".extraGroups = [ "libvirtd" ];
|
||||
}
|
||||
Reference in New Issue
Block a user