This commit is contained in:
John Lancaster
2024-12-09 17:38:18 -06:00
parent fdb9d8717d
commit afe391ef8e
4 changed files with 29 additions and 10 deletions

View File

@@ -32,5 +32,5 @@
};
time.timeZone = "${systemSettings.timeZone}";
networking.hostName = systemSettings.hostname;
networking.hostName = systemSettings.hostName;
}