web02: cachix deploy

This commit is contained in:
zowoq 2023-08-12 12:40:49 +10:00
parent a5e91e20b4
commit 149ef6151f
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

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