diff options
author | sefidel <contact@sefidel.net> | 2024-08-06 00:32:19 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-06 00:32:19 +0900 |
commit | 60da3e396ed1beeabab25d07bb4df3c1dd1a4b23 (patch) | |
tree | 08d4d186961df26c8564c4792695d71085f71b58 /systems/cobalt | |
parent | 52e05e97091131c57445e73d5cb2e9ed2ede269d (diff) | |
download | infra-60da3e396ed1beeabab25d07bb4df3c1dd1a4b23.tar.gz infra-60da3e396ed1beeabab25d07bb4df3c1dd1a4b23.zip |
feat(systems/cobalt): disable obsidian-livesync
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
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"; }; |