discard old runner

This commit is contained in:
zackartz 2024-05-31 14:45:01 -04:00
parent fde2669d44
commit ec3137bd1b
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

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