Correct attribute in ntp module

This commit is contained in:
Andreas Zweili 2022-05-05 22:27:26 +02:00
parent 8dd5c1ad45
commit e383ddccce
1 changed files with 1 additions and 1 deletions

View File

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