7 lines
103 B
Nix
7 lines
103 B
Nix
{
|
|
docker = {
|
|
virtualisation.docker.enable = true;
|
|
machine.sudo-groups = [ "docker" ];
|
|
};
|
|
}
|