Skip to content

Commit

Permalink
Allow docker access for github jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed Sep 5, 2023
1 parent 3bde031 commit 1249c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ in
extraLabels = [
"EC2"
];
serviceOverrides = {
Group = "docker";
};
};

virtualisation.docker.enable = true;
Expand Down

0 comments on commit 1249c3d

Please sign in to comment.