about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-06 00:32:19 +0900
committersefidel <contact@sefidel.net>2024-08-06 00:32:19 +0900
commit60da3e396ed1beeabab25d07bb4df3c1dd1a4b23 (patch)
tree08d4d186961df26c8564c4792695d71085f71b58 /systems
parent52e05e97091131c57445e73d5cb2e9ed2ede269d (diff)
downloadinfra-60da3e396ed1beeabab25d07bb4df3c1dd1a4b23.tar.gz
infra-60da3e396ed1beeabab25d07bb4df3c1dd1a4b23.zip
feat(systems/cobalt): disable obsidian-livesync
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 30d85dd..0287445 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -356,7 +356,7 @@ in
       secrets.searx-env = config.sops.secrets.searx-env.path;
     };
     services.obsidian-livesync = {
-      enable = true;
+      enable = false;
       domain = "exotic.sh";
       realHost = "obsidian-livesync.labs.exotic.sh";
     };