chore(eamhair): add active tag

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

View file

@ -7,8 +7,6 @@
}: { }: {
imports = [../../networks/pi3B_rack.nix]; imports = [../../networks/pi3B_rack.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.205";
networking.hostName = "eamhair"; # Define your hostname. networking.hostName = "eamhair"; # Define your hostname.
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [];

View file

@ -117,6 +117,10 @@ in {
hosts/eamhair hosts/eamhair
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment = {
tags = ["active"];
targetHost = "10.42.0.205";
};
}; };
iolear-beag = { iolear-beag = {
imports = [ imports = [