From d1f9573558f0de8f2daa8cc2d6e9f78e118abab1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 4 Dec 2023 19:38:34 +0900 Subject: feat(systems/cobalt): enable obsidian-livesync (labs) --- systems/cobalt/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'systems/cobalt/default.nix') diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index b60560b..d5c5a8f 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -337,6 +337,11 @@ in realHost = "searx.labs.exotic.sh"; secrets.searx-env = config.sops.secrets.searx-env.path; }; + services.obsidian-livesync = { + enable = true; + domain = "exotic.sh"; + realHost = "obsidian-livesync.labs.exotic.sh"; + }; # TODO: replace with dovecot.nix? services.nixos-mailserver = { -- cgit 1.4.1