nix-config-v2/modules/virtualization/docker.nix
2024-12-12 20:41:58 -05:00

7 lines
88 B
Nix

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