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"; };