about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r--systems/cobalt/default.nix5
1 files changed, 5 insertions, 0 deletions
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 = {