fix(immich): don't require external library
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
59299bc98b
commit
6db3884f23
2 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,7 @@ in {
|
||||||
};
|
};
|
||||||
what = "${host}:/volume1/Photo-Immich";
|
what = "${host}:/volume1/Photo-Immich";
|
||||||
where = synologyPath;
|
where = synologyPath;
|
||||||
requiredBy = ["docker-immich_immich_server.service"];
|
wantedBy = ["multi-user.target"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
1
configurations/nos/modules/obsidian-livesync/.gitignore
vendored
Normal file
1
configurations/nos/modules/obsidian-livesync/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
setup.sh
|
Loading…
Reference in a new issue