From 1aebabe8a08065ab810bba7062c9d41256bd33cd Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 1 Feb 2022 14:03:40 +0100 Subject: [PATCH] parsons/restics: s3CredentialsFile is deprecated This is untested, but the documentation on the s3CredentialsFile option seems to suggest this should be correct. --- hosts/parsons/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/parsons/configuration.nix b/hosts/parsons/configuration.nix index e08d403..6d69648 100644 --- a/hosts/parsons/configuration.nix +++ b/hosts/parsons/configuration.nix @@ -79,7 +79,7 @@ services.restic.backups.tardis = { passwordFile = "/persist/restic/system"; - s3CredentialsFile = "/persist/restic/system.s3creds"; + environmentFile = "/persist/restic/system.s3creds"; paths = [ "/home" "/persist"