replace `pkg.at` with `service.atd`

This commit is contained in:
Motiejus Jakštys 2024-10-21 13:12:42 +03:00
parent 589f624ef4
commit efa42287e7
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,6 @@ in
with pkgs; with pkgs;
lib.mkMerge [ lib.mkMerge [
[ [
at
bc bc
jc # parse different formats and command outputs to json jc # parse different formats and command outputs to json
jq # parse, format and query json documents jq # parse, format and query json documents
@ -236,6 +235,7 @@ in
services = { services = {
iperf3.enable = true; iperf3.enable = true;
atd.enable = true;
chrony = { chrony = {
enable = true; enable = true;