diff --git a/host-registry.nix b/host-registry.nix index 173f0716..9496e492 100644 --- a/host-registry.nix +++ b/host-registry.nix @@ -122,5 +122,5 @@ storage-ng.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMeg5ojU7U8+Lx824y+brazVJ007mEJDM7C7aUruOWGP"; schalter.ip4 = "schalter.hq.c3d2.de"; - rpi = {}; + rpi-netboot.ip4 = "127.0.0.1"; } diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index 0444fe5b..dd017598 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -83,7 +83,7 @@ }; networking = { - hostName = "rpi"; # Define your hostname. + hostName = "rpi-netboot"; # Define your hostname. useDHCP = false; interfaces.eth0.useDHCP = true; firewall.enable = false;