From a2b65034bf74665a58c07d088d402a80f9be0107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Nov 2022 11:23:07 +0100 Subject: [PATCH] fix(nextcloud): do not sync paychecks anymore --- configs/cloud.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/cloud.nix b/configs/cloud.nix index 69d7cd8..5b6febd 100644 --- a/configs/cloud.nix +++ b/configs/cloud.nix @@ -62,7 +62,6 @@ in { in '' mkdir -p ${lib.escapeShellArg kieran.target} ${pkgs.nextcloud-client}/bin/nextcloudcmd --non-interactive --user ${kieran.user} --password ${lib.escapeShellArg kieran.password} --path /Notes ${lib.escapeShellArg kieran.target} ${kieran.endpoint} - ${pkgs.nextcloud-client}/bin/nextcloudcmd --non-interactive --user ${kieran.user} --password ${lib.escapeShellArg kieran.password} --path /kmein ${lib.escapeShellArg "${config.users.users.me.home}/cloud/Seafile/Documents/Akten/FYSI/Lohn"} ${kieran.endpoint} ''; serviceConfig = { Type = "oneshot";