mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added KVM on bomba
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ currentSystemUser, ... }:
|
||||
{
|
||||
programs.virt-manager.enable = true;
|
||||
users.groups.libvirtd.members = ["${currentSystemUser}"];
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user