dotfiles/hosts/common/optional/docker.nix

5 lines
55 B
Nix

{
virtualisation.docker = {
enable = true;
};
}