2025-02-17 12:53:45 +01:00

7 lines
103 B
Nix

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