chore(brighde): add active tag
This commit is contained in:
parent
d669f8be0c
commit
e23d0389f0
|
@ -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
|
||||
|
|
|
@ -45,6 +45,10 @@ in {
|
|||
cardano-node.nixosModules.cardano-node
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "172.105.187.96";
|
||||
};
|
||||
};
|
||||
brighde = {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue