pi cluster: reverted to ethernet addresses

This commit is contained in:
Serĉanto de Scio 2023-10-30 14:33:33 +10:00
parent 513551e598
commit aeef94e4c2
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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; [

View file

@ -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; [];

View file

@ -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; [];