summaryrefslogtreecommitdiff
path: root/virt.nix
blob: e378c80aba44c00b9d048a8c2102452545209670 (plain)
1
2
3
4
5
6
7
{ ... }:
{
  virtualisation.docker = {
    enable = true;
    enableOnBoot = true;
  };
}