Remove todo comments

This commit is contained in:
Andreas Zweili 2022-11-04 17:35:06 +01:00
parent 4f1a2f6b45
commit ee4f4c44a1
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ custom, inputs }: { config, pkgs, ... }:
let
# TODO: encrypt key file with agenix
password_file = config.age.secrets.resticKey.path;
repository = "rest:http://10.7.89.30:8000";
@ -19,7 +18,6 @@ let
--password-file ${password_file} \
mount /tmp/restic'';
# TODO: encrypt key file with agenix
infomaniak-env = config.age.secrets.infomaniakEnv.path;
infomaniak-repo = "swift:default:/";
infomaniak-auth-url = "https://swiss-backup02.infomaniak.com/identity/v3";