mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Global: enable virt-manager
This commit is contained in:
parent
8055d2c8c1
commit
30c2cb62b1
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
virt-manager = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.pingu.extraGroups = [ "qemu-libvirtd" "libvirtd" "disk" "kvm" "docker" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue