Use the IP for the NTP server

This commit is contained in:
Andreas Zweili 2022-11-09 00:59:31 +01:00
parent ddc25053a2
commit 7c876cfda8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
services.ntp = {
enable = true;
servers = [
"loki.2li.local"
"10.7.89.1"
];
};
}