add hardware config

Former-commit-id: 115c6345c3
This commit is contained in:
Hadi
2024-06-19 21:31:18 +02:00
parent 3a8df54936
commit 9c5118264c
2 changed files with 32 additions and 7 deletions

View File

@@ -16,13 +16,7 @@
};
# Networking
networking = {
hostName = config.var.hostname;
interfaces.eth0.ipv4.addresses = [{
address = "192.168.2.100";
prefixLength = 24;
}];
};
networking = { hostName = config.var.hostname; };
# Timezone and locale
time.timeZone = config.var.timeZone;