Files
dotfiles/hosts/common/optional/docker.nix

6 lines
56 B
Nix

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