fix image name for obsidian

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-06 12:18:49 -05:00
parent 9548cde7ec
commit fde1dd27ad
3 changed files with 11 additions and 6 deletions

View file

@ -35,7 +35,7 @@ in
############# #############
obsidian_sync = { obsidian_sync = {
user = "root"; user = "root";
image = "ghcr.io/danny-avila/obsidian_sync-dev:latest"; image = "docker.io/oleduc/docker-obsidian-livesync-couchdb:master";
ports = [ ports = [
"${toString cfg.port}:${toString cfg.port}" "${toString cfg.port}:${toString cfg.port}"
]; ];

View file

@ -10,10 +10,15 @@
imports = [ imports = [
common.nixosModules.containers.librechat common.nixosModules.containers.librechat
# common.nixosModules.containers.forgejo common.nixosModules.containers.obsidian_sync
]; ];
config = { config = {
# Obsidian Sync settings
services.obsidian_sync = {
serverUrl = "https://obsidiansync.joshuabell.xyz";
};
## Give internet access ## Give internet access
networking = { networking = {
nat = { nat = {

8
hosts/lio/flake.lock generated
View file

@ -1189,11 +1189,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1748390377, "lastModified": 1749227663,
"narHash": "sha256-oGkDMCJ7V2gncBsBb/D8L3HIPee9gnIwm7FrPZvOpRw=", "narHash": "sha256-0Jyh6aeouZuqyOArBi9rxUMCsas1hwYdyg854r4vxxA=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7f7fb6c15bd2d0d0992a3955498551aef22af4d1", "rev": "56252ddbb09ea0395b857424edf1e745ace7653b",
"revCount": 281, "revCount": 282,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/nvim" "url": "https://git.joshuabell.xyz/ringofstorms/nvim"
}, },