Switch mstmp password reader to coreutils for services
All checks were successful
CI / build (push) Successful in 2m46s
All checks were successful
CI / build (push) Successful in 2m46s
This commit is contained in:
parent
c503124425
commit
26022cf3dd
2 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ with lib;
|
|||
host = "mail.cyon.ch";
|
||||
user = "system@qo.is";
|
||||
from = "no-reply@qo.is";
|
||||
passwordeval = "${pkgs.busybox}/bin/cat ${config.sops.secrets."msmtp/password".path}";
|
||||
passwordeval = "${pkgs.coreutils}/bin/cat ${config.sops.secrets."msmtp/password".path}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue