chore(doilidh): add active tag
This commit is contained in:
parent
86fc97845a
commit
ca0c82fc49
|
@ -7,8 +7,6 @@
|
|||
}: {
|
||||
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.
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
|
|
@ -107,6 +107,10 @@ in {
|
|||
hosts/doilidh
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "10.42.0.204";
|
||||
};
|
||||
};
|
||||
eamhair = {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue