diff --git a/nixos/hosts/framework13/default.nix b/nixos/hosts/framework13/default.nix
index 1e0be985..28825e49 100644
--- a/nixos/hosts/framework13/default.nix
+++ b/nixos/hosts/framework13/default.nix
@@ -12,7 +12,7 @@
     ../../common/modules/builder.nix
     ../../common/services/geoclue.nix
     ../../common/services/forgejo-runner.nix
-    ../../common/services/docker.nix
+    ../../common/services/podman.nix
     ../../common/services/syncthing/default.nix
   ];
 
diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix
index 219035fc..5e2e82d2 100644
--- a/nixos/hosts/framework16/default.nix
+++ b/nixos/hosts/framework16/default.nix
@@ -10,7 +10,7 @@
     ../../common/modules/udev-rules.nix
     ../../common/services/fwupd.nix
     ../../common/modules/builder.nix
-    ../../common/services/docker.nix
+    ../../common/services/podman.nix
     ../../common/services/geoclue.nix
     ../../common/services/ollama.nix
     ../../common/services/forgejo-runner.nix