add github_runner

This commit is contained in:
zackartz 2024-05-31 14:41:47 -04:00
parent f784bb8866
commit d76a7b146b
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 59 additions and 10 deletions

View file

@ -22,6 +22,10 @@
networking.hostName = "pluto"; # Define your hostname.
services.web.nginx.enable = true;
services.github-runner = {
enable = true;
url = "https://github.com/zackartz/nixos-dots";
};
sites = {
cv.enable = true;
gitlab.enable = true;