all repos — nix-packages @ 92456098343eb24e8da08776788b7fc6f4ecdf40

My personal collection of packages for nix

cleanup modules

Alin
commit

92456098343eb24e8da08776788b7fc6f4ecdf40

parent

0df9fd08fa2bac1649dae9fc68f96099a4e8f1f3

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M modules/nixos/goaccess.nixmodules/nixos/goaccess.nix
@@ -41,7 +41,7 @@ type =
with types; attrsOf ( submodule ( - { config, name, ... }: + { name, ... }: { options = { enable = lib.mkEnableOption "goaccess web log analyzer service";