add github_runner
This commit is contained in:
parent
f784bb8866
commit
d76a7b146b
4 changed files with 59 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue