even more missing imports

This commit is contained in:
Harry 2024-07-15 16:50:14 +02:00
parent fe06885b78
commit 8d45b9fe71
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
services.calibre-web = {

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ config, lib, ... }:
with lib;
let

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ config, lib, ... }:
{
services.freshrss = {
enable = true;

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
services.grafana = {
enable = true;

View file

@ -1,4 +1,4 @@
{ }:
{ config, lib, ... }:
#TODO: implement
{
}

View file

@ -1,4 +1,4 @@
{ }:
{ ... }:
{
#TODO: implement uptime-kama
services.uptime-kama = {