diff --git a/features/arr-suite.nix b/features/arr-suite.nix index 837461b..77a3e55 100644 --- a/features/arr-suite.nix +++ b/features/arr-suite.nix @@ -1,4 +1,9 @@ -{ pkgs, lib }: +{ + config, + pkgs, + lib, + ... +}: with lib; let diff --git a/features/calibre-web.nix b/features/calibre-web.nix index 6960dc4..bb1523e 100644 --- a/features/calibre-web.nix +++ b/features/calibre-web.nix @@ -1,4 +1,4 @@ -{ }: +{ ... }: { services.calibre-web = { diff --git a/features/grafana.nix b/features/grafana.nix index c59aa61..6e6b305 100644 --- a/features/grafana.nix +++ b/features/grafana.nix @@ -1,4 +1,4 @@ -{ }: +{ ... }: { services.grafana = { enable = true; diff --git a/features/samba-shares.nix b/features/samba-shares.nix index 8b32694..0cf19ec 100644 --- a/features/samba-shares.nix +++ b/features/samba-shares.nix @@ -1,4 +1,4 @@ -{ lib }: +{ config, lib, ... }: with lib; # TODO: add access to series and TV folders. let diff --git a/features/searx.nix b/features/searx.nix index cc6d0a6..5ff78c6 100644 --- a/features/searx.nix +++ b/features/searx.nix @@ -1,4 +1,4 @@ -{ config }: +{ config, ... }: { sops.secrets."searx" = { sopsFile = ./secrets/searx.env; diff --git a/features/slskd.nix b/features/slskd.nix index 96aa38b..3b0a303 100644 --- a/features/slskd.nix +++ b/features/slskd.nix @@ -1,4 +1,4 @@ -{ config, lib }: +{ config, lib, ... }: with lib; let