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 {
|
(runCachixDeploy {
|
||||||
deploy.agents = {
|
deploy.agents = {
|
||||||
web01 = builtins.unsafeDiscardStringContext self.nixosConfigurations.web01.config.system.build.toplevel;
|
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)
|
terraform-deploy = runIf (hasPrefix "refs/heads/gh-readonly-queue/master/" ref)
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
inputs.self.nixosModules.common
|
inputs.self.nixosModules.common
|
||||||
inputs.self.nixosModules.monitoring
|
inputs.self.nixosModules.monitoring
|
||||||
inputs.srvos.nixosModules.mixins-nginx
|
inputs.srvos.nixosModules.mixins-nginx
|
||||||
|
inputs.self.nixosModules.cachix-deploy
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "web02";
|
networking.hostName = "web02";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue