Update
This commit is contained in:
parent
39a4b5cc00
commit
8c0c636ec8
@ -17,7 +17,13 @@
|
||||
};
|
||||
|
||||
# Networking
|
||||
networking.hostName = config.var.hostname;
|
||||
networking = {
|
||||
hostName = config.var.hostname;
|
||||
interfaces.eth0.ipv4.addresses = [{
|
||||
address = "192.168.2.100";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
};
|
||||
|
||||
# Timezone and locale
|
||||
time.timeZone = config.var.timeZone;
|
||||
|
Loading…
Reference in New Issue
Block a user