chore(brighde): add active tag
This commit is contained in:
parent
e23d0389f0
commit
7ecb06ba14
|
@ -16,7 +16,6 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
deployment.targetHost = "10.42.0.124";
|
||||
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
||||
|
||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||
|
|
|
@ -55,6 +55,10 @@ in {
|
|||
hosts/brighde
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "10.42.0.124";
|
||||
};
|
||||
};
|
||||
ceilidh = {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue