diff --git a/features/calibre-web.nix b/features/calibre-web.nix index bb1523e..b580fb2 100644 --- a/features/calibre-web.nix +++ b/features/calibre-web.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config, ... }: { services.calibre-web = { diff --git a/features/containers.nix b/features/containers.nix index 1ee4efe..ccf02f7 100644 --- a/features/containers.nix +++ b/features/containers.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ config, lib, ... }: with lib; let diff --git a/features/freshrss.nix b/features/freshrss.nix index 9e8598e..92ec6f0 100644 --- a/features/freshrss.nix +++ b/features/freshrss.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ config, lib, ... }: { services.freshrss = { enable = true; diff --git a/features/grafana.nix b/features/grafana.nix index 6e6b305..ecf839b 100644 --- a/features/grafana.nix +++ b/features/grafana.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config, ... }: { services.grafana = { enable = true; diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index b358e21..b32e332 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -1,4 +1,4 @@ -{ }: +{ config, lib, ... }: #TODO: implement { } diff --git a/features/uptime-kuma.nix b/features/uptime-kuma.nix index 8857e51..7bd8bb5 100644 --- a/features/uptime-kuma.nix +++ b/features/uptime-kuma.nix @@ -1,4 +1,4 @@ -{ }: +{ ... }: { #TODO: implement uptime-kama services.uptime-kama = {