Created a central place for all common options to all hosts.

This commit is contained in:
2026-05-20 19:42:03 +02:00
parent fb7fe2437c
commit b02ba0548f
11 changed files with 246 additions and 14 deletions
+3 -3
View File
@@ -8,14 +8,14 @@ in {
# This file is imported by all host configurations (servers and workstations)
# NTP servers for this environment
services.ntp.servers = [
environment.ntpServers = [
"10.10.128.1" # IPv4 gateway
"fd00::1" # IPv6 gateway
];
# Time settings from network configuration
time.timeZone = env.time.timeZone;
time.hardwareClock = env.time.hardwareClock;
environment.timeZone = env.time.timeZone;
environment.hardwareClock = env.time.hardwareClock;
# TODO: Move other common settings here later
# Examples: