mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-23 22:19:33 +01:00
add TODO
This commit is contained in:
parent
e824a47d26
commit
e5c8899872
@ -5,6 +5,7 @@ let
|
|||||||
contact_name = "Daniel Langbein";
|
contact_name = "Daniel Langbein";
|
||||||
# The file `phone-number` contains only one line with our phone number, e.g. +49 0173 ...
|
# 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!
|
# 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_phone = (builtins.readFile ../secrets/phone-number);
|
||||||
contact_mail = "daniel@systemli.org";
|
contact_mail = "daniel@systemli.org";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user