pixnix: enable libvirtd

This commit is contained in:
John Bowdre 2023-09-23 21:16:50 -05:00
parent 3a9be32cbe
commit 373afff21c
3 changed files with 6 additions and 1 deletions

View file

@ -7,7 +7,6 @@
# packages # packages
home.packages = with pkgs; [ home.packages = with pkgs; [
libvirt
vagrant vagrant
]; ];
} }

View file

@ -0,0 +1,5 @@
{
virtualisation.libvirtd = {
enable = true;
};
}

View file

@ -10,6 +10,7 @@
../common/users/john ../common/users/john
../common/optional/docker.nix ../common/optional/docker.nix
../common/optional/libvirtd.nix
../common/optional/sshd.nix ../common/optional/sshd.nix
]; ];