Merge pull request #1885 from errge/ntp

Allow ntpq locally
This commit is contained in:
Peter Simons 2014-03-06 12:24:47 +01:00
commit a495fede63

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)}
'';