use systemd credentials

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-13 16:45:04 +02:00
parent f40359baec
commit b306ecd228
3 changed files with 14 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
pkgs.python3Packages.buildPythonPackage rec {
pname = "smtprd-ng";
version = "0.1.0";
version = "0.2.0";
pyproject = true;
src = lib.cleanSource ./.;