Fix Mealie module import

This commit is contained in:
Pim Kunis 2025-03-17 21:59:17 +01:00
parent dbbe166ef3
commit c70084a7b6
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@
globals = { globals = {
images = { images = {
jellyfin = "jellyfin/jellyfin:10.10.6"; jellyfin = "jellyfin/jellyfin:10.10.6";
atuin = "ghcr.io/atuinsh/atuin:18.4.0";
postgres14 = "postgres:14"; postgres14 = "postgres:14";
kms = "teddysun/kms:latest"; kms = "teddysun/kms:latest";
paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.14.7"; paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.14.7";

View file

@ -45,6 +45,7 @@ in {
self.nixngModules.sonarr self.nixngModules.sonarr
self.nixngModules.prowlarr self.nixngModules.prowlarr
self.nixngModules.deluge self.nixngModules.deluge
self.nixngModules.mealie
self.nixngModules.atuin self.nixngModules.atuin
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [