nextcloud use direct ip (cloudflare limitation), make update no auto rebuild

This commit is contained in:
2026-05-07 13:30:03 +02:00
parent 9de6978c8a
commit 76c0ad8beb
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
programs.rclone.remotes.nextcloud = {
config = {
type = "webdav";
url = "https://nc.tmoron.fr/remote.php/dav/files/tom";
url = "https://dnc.tmoron.fr/remote.php/dav/files/tom";
vendor = "nextcloud";
user = "tom";
};