diff --git a/systems/x86_64-linux/pluto/default.nix b/systems/x86_64-linux/pluto/default.nix index 63edd9e..9854371 100644 --- a/systems/x86_64-linux/pluto/default.nix +++ b/systems/x86_64-linux/pluto/default.nix @@ -22,10 +22,7 @@ networking.hostName = "pluto"; # Define your hostname. services.web.nginx.enable = true; - services.github-runner = { - enable = true; - url = "https://github.com/zackartz/nixos-dots"; - }; + services.gh.enable = true; sites = { cv.enable = true; gitlab.enable = true;