about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTim Häring <tim.haering@gmail.com>2024-06-15 12:55:06 +0200
committerTim Häring <tim.haering@gmail.com>2024-06-15 12:55:06 +0200
commit7a7060c5bfae66ea06439f139ae8361f46e2bc35 (patch)
tree56eade5f81634ea2cd09ad35f96f932444b8e3e9 /nixos
parentf6d3113164a7abcf5197bf9e70726177683d216f (diff)
nixos/aria2: fix missing default
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/aria2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/aria2.nix b/nixos/modules/services/networking/aria2.nix
index 22d59f64163ab..f0d5c5c8a21e3 100644
--- a/nixos/modules/services/networking/aria2.nix
+++ b/nixos/modules/services/networking/aria2.nix
@@ -71,6 +71,7 @@ in
 
           [0]: https://aria2.github.io/manual/en/html/aria2c.html#synopsis
         '';
+        default = { };
         type = lib.types.submodule {
           freeformType = with lib.types; attrsOf (oneOf [ bool int float singleLineStr ]);
           options = {