ci: add self-hosted runner tankstelle #198

Merged
teutat3s merged 8 commits from feat/add-tankstelle into main 2024-05-31 14:49:21 +00:00
Showing only changes of commit 5aa1276e85 - Show all commits

View file

@ -20,9 +20,7 @@
useDefaultShell = true;
group = "gitea-runner";
# Required to interact with nix daemon
extraGroups = [
"wheel"
];
extraGroups = [ "wheel" ];
isSystemUser = true;
};
@ -44,6 +42,7 @@
wget
cachix
jq
nix
];
};