nix-config-v2/modules/virtualization/docker.nix

7 lines
88 B
Nix
Raw Normal View History

2024-12-12 19:41:58 -06:00
{...}: {
virtualisation.docker = {
enable = true;
enableOnBoot = true;
};
}