mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-12-26 16:38:34 +07:00
parent 7e84b4b349
commit 9bfa3031b6

View File

@@ -86,12 +86,12 @@
in
output:
pkgs.writeShellApplication {
name = "get-contact-tiff";
name = "create-contact-tiff";
text = ''
magick -background white -fill black \
-pointsize 20 -font DejaVu-Sans \
label:"${contactTXT}" \
${output}'';
label:"${contactTXT}" "$@"
'';
runtimeInputs = [ pkgs.imagemagick ];
};
@@ -404,6 +404,10 @@
};
};
environment.systemPackages = [
createContactListTiff
];
systemd.tmpfiles.rules = [
"d ${faxDir} 0755 ${user} ${user} - -"
];