replace pkg.at
with service.atd
This commit is contained in:
parent
589f624ef4
commit
efa42287e7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user