added missing imports

This commit is contained in:
Harry 2024-07-15 16:46:14 +02:00
parent 1b6566b1ae
commit fe06885b78
6 changed files with 11 additions and 6 deletions

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
{ lib }:
{ config, lib, ... }:
with lib;
# TODO: add access to series and TV folders.
let

View file

@ -1,4 +1,4 @@
{ config }:
{ config, ... }:
{
sops.secrets."searx" = {
sopsFile = ./secrets/searx.env;

View file

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