diff --git a/nix/hosts/PW05CH3L/default.nix b/nix/hosts/PW05CH3L/default.nix
index e1303ff9..2ede1550 100644
--- a/nix/hosts/PW05CH3L/default.nix
+++ b/nix/hosts/PW05CH3L/default.nix
@@ -7,6 +7,12 @@
     ./configuration.nix
   ];
 
+  features = {
+    cli = {
+      docker.enable = true;
+    };
+  };
+
   wsl = {
     enable = true;
     defaultUser = username;