dotfiles/nixos/common/optional/docker.nix
2024-12-03 21:58:58 -06:00

5 lines
No EOL
55 B
Nix

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