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
home.packages = with pkgs; [
libvirt
vagrant
];
}

View File

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

View File

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