rpi-netboot: rename networking.hostName

This commit is contained in:
Astro 2022-03-15 15:52:18 +01:00
parent 62f0ebbf5b
commit ba6dd1d8ca
2 changed files with 2 additions and 2 deletions

View File

@ -122,5 +122,5 @@
storage-ng.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMeg5ojU7U8+Lx824y+brazVJ007mEJDM7C7aUruOWGP"; storage-ng.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMeg5ojU7U8+Lx824y+brazVJ007mEJDM7C7aUruOWGP";
schalter.ip4 = "schalter.hq.c3d2.de"; schalter.ip4 = "schalter.hq.c3d2.de";
rpi = {}; rpi-netboot.ip4 = "127.0.0.1";
} }

View File

@ -83,7 +83,7 @@
}; };
networking = { networking = {
hostName = "rpi"; # Define your hostname. hostName = "rpi-netboot"; # Define your hostname.
useDHCP = false; useDHCP = false;
interfaces.eth0.useDHCP = true; interfaces.eth0.useDHCP = true;
firewall.enable = false; firewall.enable = false;