chore(doilidh): add active tag

This commit is contained in:
Serĉanto de Scio 2024-09-09 16:15:51 +10:00
parent 86fc97845a
commit ca0c82fc49
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.204";
networking.hostName = "doilidh"; # Define your hostname. networking.hostName = "doilidh"; # Define your hostname.
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [];

View file

@ -107,6 +107,10 @@ in {
hosts/doilidh hosts/doilidh
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment = {
tags = ["active"];
targetHost = "10.42.0.204";
};
}; };
eamhair = { eamhair = {
imports = [ imports = [