From 7a7060c5bfae66ea06439f139ae8361f46e2bc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A4ring?= Date: Sat, 15 Jun 2024 12:55:06 +0200 Subject: [PATCH] nixos/aria2: fix missing default --- nixos/modules/services/networking/aria2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/aria2.nix b/nixos/modules/services/networking/aria2.nix index 22d59f64163a..f0d5c5c8a21e 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 = {