buskerud: add libvirtd

This commit was merged in pull request #42.
This commit is contained in:
2024-02-18 22:13:32 +01:00
parent c5bad75edc
commit c88c3f87e0
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{ config, pkgs, lib, ... }:
{
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
boot.kernelModules = [ "kvm-intel" ];
# On a gui-enabled machine, connect with:
# $ virt-manager --connect "qemu+ssh://buskerud/system?socket=/var/run/libvirt/libvirt-sock"
}