split docker and libvirt

This commit is contained in:
Alexander Szczepanski
2021-08-01 19:21:25 +02:00
parent 6a93bf7fb6
commit 1f80ac7955
7 changed files with 15 additions and 6 deletions

7
configs/docker.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, pkgs, lib, ... }:
{
virtualisation = {
docker.enable = true;
};
}

View File

@ -2,7 +2,6 @@
{
virtualisation = {
docker.enable = true;
libvirtd = {
enable = true;
qemuPackage = pkgs.qemu_kvm;