From 0f235b7ca03a4420ef9bfa7797ca0f08a786f34b Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 11:54:44 +0200 Subject: [PATCH] slight mishap --- services/forgejo/runner.mod.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; }; };