add github runner

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-05 08:12:33 +01:00
parent 3e0da68906
commit f4fa372f32
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,7 @@
./services/syncthing.nix
../modules/tc-cake.nix
./services/cups.nix
./services/github-runner.nix
];
hardware.cpu.amd.updateMicrocode = true;

View file

@ -0,0 +1,6 @@
{ ... }: {
services.github-runner = {
enable = true;
url = "https://github.com/DarkKirb";
};
}