diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 83bc281..111d188 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -69,11 +69,6 @@ in { privatePort = 8082; }; - journiv = { - enable = true; - port = 8091; - }; - immich = { enable = true; port = 8089; @@ -145,7 +140,7 @@ in { }; scribe = { - enable = false; + enable = true; port = 8087; };