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

8 lines
110 B
Nix
Raw Permalink Normal View History

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