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; with lib;
let let

View file

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

View file

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

View file

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

View file

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

View file

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