Set hostname and hostId
This commit is contained in:
parent
4f0bd6065b
commit
9e5a654299
|
@ -3,6 +3,8 @@
|
|||
{
|
||||
# Assign a static IP
|
||||
networking = {
|
||||
hostname = "unit";
|
||||
hostId = "737d82f4";
|
||||
interfaces.eth0 = {
|
||||
useDHCP = false;
|
||||
addresses = {
|
||||
|
|
Loading…
Reference in New Issue