diff --git a/systems/x86_64-linux/kb-game-01/default.nix b/systems/x86_64-linux/kb-game-01/default.nix
index ab71614..36d77b0 100644
--- a/systems/x86_64-linux/kb-game-01/default.nix
+++ b/systems/x86_64-linux/kb-game-01/default.nix
@@ -80,11 +80,14 @@
   };
 
   # Forgejo Runner
-  services.forgejo-runner.enable = false;
+  services.forgejo-runner.enable = true;
 
   # Binary Cache 
   services.binary-cache.enable = true;
 
+  # Enable QUEMU Quest Agent
+  services.qemuGuest.enable = true;
+
   # Do NOT change this value 
   system.stateVersion = "24.05"; # Did you read the comment?
 }