From 76c0ad8beba4ac56a2131f1feefcef3d81aa3964 Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 7 May 2026 13:30:03 +0200 Subject: [PATCH] nextcloud use direct ip (cloudflare limitation), make update no auto rebuild --- Makefile | 1 - homeConfigs/global/rclone.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecf5a81..288a6ec 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ all: os home update: cd $(FLAKE);nix flake update - $(MAKE) all os: sudo nixos-rebuild $(MODE) $(FLAGS) --flake $(FLAKE)#$(HOST) diff --git a/homeConfigs/global/rclone.nix b/homeConfigs/global/rclone.nix index 9549162..6b6f310 100644 --- a/homeConfigs/global/rclone.nix +++ b/homeConfigs/global/rclone.nix @@ -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"; };