From 78907fe1309dcb26229026f38790a5f0112cf21f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 3 Jul 2024 20:39:24 +0200 Subject: [PATCH] hades: enable mealie --- hosts/hades/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 2729712..e181392 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -81,6 +81,11 @@ in { secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path; }; + mealie = { + enable = true; + port = 8090; + }; + microbin = { enable = true; privatePort = 8088;