add github runner
This commit is contained in:
parent
3e0da68906
commit
f4fa372f32
2 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
./services/syncthing.nix
|
||||
../modules/tc-cake.nix
|
||||
./services/cups.nix
|
||||
./services/github-runner.nix
|
||||
];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
|
6
config/services/github-runner.nix
Normal file
6
config/services/github-runner.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
services.github-runner = {
|
||||
enable = true;
|
||||
url = "https://github.com/DarkKirb";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue