feat: add db-01 deploy-rs target
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
89857b9978
commit
dcfbb7d660
1 changed files with 14 additions and 5 deletions
11
flake.nix
11
flake.nix
|
|
@ -148,13 +148,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
deploy.nodes.hosting-02 = {
|
||||
deploy.nodes = {
|
||||
db-01 = {
|
||||
hostname = "db-01.escapeangle.com";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.db-01;
|
||||
};
|
||||
};
|
||||
hosting-02 = {
|
||||
hostname = "hosting-02.escapeangle.com";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.hosting-02;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue