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