Replace nextcloud client with rclone

rclone is more flexible regarding storages.
nextcloud didn't play with keepass providing keyring.

rclone does not auto sync, I need to find a proper way to keep files in
sync without manuall calling commands …
This commit is contained in:
Daniel Siepmann 2022-10-10 12:46:57 +02:00
parent 6e498612a4
commit 9f69e90fb4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 2 additions and 11 deletions

View file

@ -34,6 +34,8 @@ with pkgs; [
git-crypt
git-remote-hg
rclone
libreoffice
# Dev tools

View file

@ -11,6 +11,5 @@
languagetool.enable = true;
mailhog.enable = true;
nextcloud-client.enable = true;
}

View file

@ -2,19 +2,9 @@
{
services = {
# Temporary fix to OpenGL issue by using GLX.
# Start nextcloud without GLX support which is fine for me for noe.
# I don't have a better way for now, then using `pkgs.lib.mkForce` and setting whole value (repeating from modules/services/nextcloud-client.nix).
nextcloud-client.Service.Environment = pkgs.lib.mkForce [
"PATH=${config.home.profileDirectory}/bin"
"QT_XCB_GL_INTEGRATION=none"
];
batteryicon = import ./services/batteryicon.nix {
inherit pkgs;
};
};
tmpfiles.rules = [