From 8d45b9fe71f84befe002b0fc04322833eca306e8 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 Jul 2024 16:50:14 +0200 Subject: [PATCH] even more missing imports --- features/calibre-web.nix | 2 +- features/containers.nix | 2 +- features/freshrss.nix | 2 +- features/grafana.nix | 2 +- features/synapse-matrix.nix | 2 +- features/uptime-kuma.nix | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 = {