1 2 3 4 5 6 7 8 9 10
{ services.openntpd = { enable = true; extraConfig = '' listen on 127.0.0.1 listen on ::1 ''; }; }