This commit is contained in:
Daniel Langbein 2024-10-16 16:48:11 +02:00
parent e824a47d26
commit e5c8899872
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -5,6 +5,7 @@ let
contact_name = "Daniel Langbein";
# The file `phone-number` contains only one line with our phone number, e.g. +49 0173 ...
# Be aware that the phone number will be written to the nix store in plaintext!
# TODO: strip the read string (no tailing newlines)
contact_phone = (builtins.readFile ../secrets/phone-number);
contact_mail = "daniel@systemli.org";