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;