diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix
index 7fa423a2..f0fb5eea 100644
--- a/nixos/common/services/forgejo-runner.nix
+++ b/nixos/common/services/forgejo-runner.nix
@@ -10,7 +10,7 @@
 
   services.gitea-actions-runner = {
     package = pkgs.forgejo-actions-runner;
-    instances."${hostname}" = {
+    instances.default = {
       enable = true;
       name = "${hostname}";
       labels = [