pi cluster: reverted to ethernet addresses
This commit is contained in:
parent
513551e598
commit
aeef94e4c2
|
@ -12,7 +12,7 @@
|
|||
];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.212";
|
||||
deployment.targetHost = "10.42.0.202";
|
||||
networking.hostName = "buaidheach"; # Define your hostname.
|
||||
|
||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.213";
|
||||
deployment.targetHost = "10.42.0.203";
|
||||
networking.hostName = "ceitidh"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
imports = [../networks/pi3B_rack.nix];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.214";
|
||||
deployment.targetHost = "10.42.0.204";
|
||||
networking.hostName = "doilidh"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
imports = [../networks/pi3B_rack.nix];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.215";
|
||||
deployment.targetHost = "10.42.0.205";
|
||||
networking.hostName = "eamhair"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
|
Loading…
Reference in a new issue