web02: cachix deploy
This commit is contained in:
parent
a5e91e20b4
commit
149ef6151f
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue