chore(eamhair): add active tag
This commit is contained in:
parent
ca0c82fc49
commit
f221d1c55d
|
@ -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; [];
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue