diff --git a/dev/effect.nix b/dev/effect.nix
index 5282c81..8ff9342 100644
--- a/dev/effect.nix
+++ b/dev/effect.nix
@@ -13,6 +13,7 @@
             (runCachixDeploy {
               deploy.agents = {
                 web01 = builtins.unsafeDiscardStringContext self.nixosConfigurations.web01.config.system.build.toplevel;
+                web02 = builtins.unsafeDiscardStringContext self.nixosConfigurations.web02.config.system.build.toplevel;
               };
             });
           terraform-deploy = runIf (hasPrefix "refs/heads/gh-readonly-queue/master/" ref)
diff --git a/hosts/web02/configuration.nix b/hosts/web02/configuration.nix
index ab2ec13..2f9668a 100644
--- a/hosts/web02/configuration.nix
+++ b/hosts/web02/configuration.nix
@@ -5,6 +5,7 @@
     inputs.self.nixosModules.common
     inputs.self.nixosModules.monitoring
     inputs.srvos.nixosModules.mixins-nginx
+    inputs.self.nixosModules.cachix-deploy
   ];
 
   networking.hostName = "web02";