Allow ntpq locally

This commit is contained in:
Gergely Risko 2014-03-06 11:54:02 +01:00
parent bd76470d9b
commit 322b7124a8

View File

@ -17,6 +17,8 @@ let
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
${toString (map (server: "server " + server + " iburst\n") config.services.ntp.servers)}
'';