Switch mstmp password reader to coreutils for services
All checks were successful
CI / build (push) Successful in 2m46s

This commit is contained in:
Fabian Hauser 2025-02-25 22:17:58 +02:00
parent c503124425
commit 26022cf3dd
2 changed files with 3 additions and 2 deletions

View file

@ -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}";
};
};
};