From 67acfc5da20f4b348e3826788243c997990a9a3c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 6 Sep 2024 21:38:16 -0700 Subject: Bump --- modules/system/datetime/openntpd.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/system/datetime/openntpd.nix (limited to 'modules/system/datetime/openntpd.nix') diff --git a/modules/system/datetime/openntpd.nix b/modules/system/datetime/openntpd.nix deleted file mode 100644 index ec59d5b..0000000 --- a/modules/system/datetime/openntpd.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs, ... }: -{ - services.openntpd = { - enable = true; - - extraConfig = '' - listen on 127.0.0.1 - listen on ::1 - ''; - }; - - environment.systemPackages = [ pkgs.openntpd ]; -} -- cgit v1.2.3