From 149ef6151f83c9cc3068e09cb562069480f63e02 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Sat, 12 Aug 2023 12:40:49 +1000
Subject: [PATCH] web02: cachix deploy

---
 dev/effect.nix                | 1 +
 hosts/web02/configuration.nix | 1 +
 2 files changed, 2 insertions(+)

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";