From efa42287e79460d1ceaeb37ea48d9a0982538a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 21 Oct 2024 13:12:42 +0300 Subject: [PATCH] replace `pkg.at` with `service.atd` --- modules/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/default.nix b/modules/base/default.nix index 38f722d..b4000a5 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -100,7 +100,6 @@ in with pkgs; lib.mkMerge [ [ - at bc jc # parse different formats and command outputs to json jq # parse, format and query json documents @@ -236,6 +235,7 @@ in services = { iperf3.enable = true; + atd.enable = true; chrony = { enable = true;