From c70084a7b669214b5d2ad2596f42a53d6b7ba9fa Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 17 Mar 2025 21:59:17 +0100 Subject: [PATCH] Fix Mealie module import --- globals.nix | 1 - nixng-configurations/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/globals.nix b/globals.nix index f28138a..f2eb013 100644 --- a/globals.nix +++ b/globals.nix @@ -2,7 +2,6 @@ globals = { images = { jellyfin = "jellyfin/jellyfin:10.10.6"; - atuin = "ghcr.io/atuinsh/atuin:18.4.0"; postgres14 = "postgres:14"; kms = "teddysun/kms:latest"; paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.14.7"; diff --git a/nixng-configurations/default.nix b/nixng-configurations/default.nix index aa10a38..67eed07 100644 --- a/nixng-configurations/default.nix +++ b/nixng-configurations/default.nix @@ -45,6 +45,7 @@ in { self.nixngModules.sonarr self.nixngModules.prowlarr self.nixngModules.deluge + self.nixngModules.mealie self.nixngModules.atuin { nixpkgs.overlays = [