chore(brighde): add active tag

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

View file

@ -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

View file

@ -55,6 +55,10 @@ in {
hosts/brighde
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
targetHost = "10.42.0.124";
};
};
ceilidh = {
imports = [