This commit is contained in:
Hadi 2024-06-19 21:05:03 +02:00
parent 39a4b5cc00
commit 8c0c636ec8

View File

@ -17,7 +17,13 @@
}; };
# Networking # 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 # Timezone and locale
time.timeZone = config.var.timeZone; time.timeZone = config.var.timeZone;