chore(brighde): add active tag

This commit is contained in:
Serĉanto de Scio 2024-09-09 16:02:02 +10:00
parent d669f8be0c
commit e23d0389f0
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 4 additions and 2 deletions

View file

@ -11,8 +11,6 @@
../../profiles/cardano-node.nix
];
deployment.targetHost = "172.105.187.96";
networking.hostName = "airgead"; # Define your hostname.
system.stateVersion = "20.03"; # The version of NixOS originally installed

View file

@ -45,6 +45,10 @@ in {
cardano-node.nixosModules.cardano-node
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
targetHost = "172.105.187.96";
};
};
brighde = {
imports = [