diff --git a/ops/nixos/nausicaa-wsl/default.nix b/ops/nixos/nausicaa-wsl/default.nix
index a1ed56ccad..7c06fcda26 100644
--- a/ops/nixos/nausicaa-wsl/default.nix
+++ b/ops/nixos/nausicaa-wsl/default.nix
@@ -12,6 +12,15 @@ in {
     ../lib/rexxar-distributed.nix
   ];
 
+  virtualisation.podman = {
+    enable = true;
+    dockerCompat = true;
+    dockerSocket.enable = true;
+  };
+  users.users.lukegb = {
+    extraGroups = lib.mkAfter [ "podman" ];
+  };
+
   # Laptop, don't autodeploy.
   my.deploy.enable = false;
   my.rundeck.expectedOnline = false;