2025-05-09 15:27:44 +02:00

7 lines
103 B
Nix

{
docker = {
virtualisation.docker.enable = true;
machine.sudo-groups = [ "docker" ];
};
}