split docker and libvirt
This commit is contained in:
7
configs/docker.nix
Normal file
7
configs/docker.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user