From b9111d625368a4a4690de7c36c9871dd84e905bd Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 11 Jul 2025 21:43:56 +0200 Subject: [PATCH] Services/Kopia: Update to v0.20.1 --- system/services/kopia.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/services/kopia.nix b/system/services/kopia.nix index d763058b..2731e644 100644 --- a/system/services/kopia.nix +++ b/system/services/kopia.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - kopiaVersion = "latest"; + kopiaVersion = "0.20.1"; in { # If we need to pass secrets to containers we can't use plain env variables. sops.templates."kopia_secrets.env".content = '' @@ -97,9 +97,6 @@ in { "--disable-csrf-token-checks" "--insecure" "--address=0.0.0.0:51515" - # TODO: How to set this? - # "--server-username=(cat ${config.sops.secrets.kopia-server-username.path})" - # "--server-password=(cat ${config.sops.secrets.kopia-server-password.path})" ]; extraOptions = [