diff --git a/services/forgejo/runner.mod.nix b/services/forgejo/runner.mod.nix index 8ab6007..ba5e907 100644 --- a/services/forgejo/runner.mod.nix +++ b/services/forgejo/runner.mod.nix @@ -6,11 +6,11 @@ instances = { ${config.networking.hostName} = { enable = true; - hostPackages = []; - labels = []; + hostPackages = [ ]; + labels = [ ]; name = config.networking.hostName; settings = { }; - tokenFile = { }; + tokenFile = ""; url = "https://git.collective-conciousness.monster"; }; };