diff --git a/nixos/hosts/framework13/default.nix b/nixos/hosts/framework13/default.nix
index 460093d4..1ae235f0 100644
--- a/nixos/hosts/framework13/default.nix
+++ b/nixos/hosts/framework13/default.nix
@@ -9,10 +9,10 @@
     ../../common/modules/udev-rules.nix
     # ../../common/modules/yubikey-auth.nix
     ../../common/modules/builder.nix
-    # ../../common/services/podman.nix
     ../../common/services/geoclue.nix
     ../../common/services/syncthing.nix
     ../../common/services/forgejo-runner.nix
+    ../../common/services/podman.nix
   ];
 
   hardware.bluetooth.enable = true; # enables support for Bluetooth
diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix
index 36d323fa..6fb48275 100644
--- a/nixos/hosts/framework16/default.nix
+++ b/nixos/hosts/framework16/default.nix
@@ -6,7 +6,6 @@
     # ./vm-gpu.nix
     ../../common/services/tailscale-autoconnect.nix
     ../../common/modules/secureboot.nix
-    # ../../common/modules/boot.nix
     ../../common/modules/udev-rules.nix
     # ../../common/modules/yubikey-auth.nix
     ../../common/modules/builder.nix
@@ -14,7 +13,6 @@
     ../../common/services/geoclue.nix
     ../../common/services/syncthing.nix
     ../../common/services/ollama.nix
-    # ../../common/services/tabby.nix
     ../../common/services/forgejo-runner.nix
   ];
 
diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix
index d8186c29..671cc4d6 100644
--- a/nixos/hosts/nuc-server/default.nix
+++ b/nixos/hosts/nuc-server/default.nix
@@ -11,11 +11,11 @@ in {
     ../../common/modules/ssh-luks.nix
     ../../common/services/docker.nix
     ../../common/services/ollama.nix
+    ../../common/services/forgejo-runner.nix
     ./disks.nix
     ./mounts.nix
     ./cron.nix
     ./firewall.nix
-    ../../common/services/forgejo-runner.nix
   ];
 
   boot.kernelParams = [ "ip=${ipAddress}::${gateway}:255.255.255.0:${hostname}:${netDev}:none" ];