even more missing imports

This commit is contained in:
chloe 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 = { services.calibre-web = {

View file

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

View file

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

View file

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

View file

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

View file

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