new_nix/hosts/common/optional/docker.nix
2025-03-16 19:45:20 +01:00

5 lines
56 B
Nix

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