{pkgs, ...}: { # Virtualization / Containers virtualisation = { libvirtd.enable = true; docker = { enable = true; package = pkgs.docker; }; }; }