build01,build02,build03: remove hostId
This commit is contained in:
parent
b04e1bf523
commit
149ab64725
3 changed files with 0 additions and 3 deletions
hosts
|
@ -13,7 +13,6 @@
|
|||
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
|
||||
|
||||
networking.hostName = "build01";
|
||||
networking.hostId = "d2905767";
|
||||
|
||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3a:3b16::1/64";
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
|
||||
|
||||
networking.hostName = "build02";
|
||||
networking.hostId = "af9ccc71";
|
||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
|
||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3b:41d9::1";
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3b:2946::1/64";
|
||||
|
||||
networking.hostName = "build03";
|
||||
networking.hostId = "8daf74c0";
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue