1
0
This commit is contained in:
2019-02-02 19:07:01 +00:00
commit 1e82e90505
5 changed files with 110 additions and 0 deletions

9
secrets.nix.example Normal file
View File

@ -0,0 +1,9 @@
{
pubkey = "changeme"; # ssh-add -L
mailHashedPassword = "changeme"; # mkpasswd -m sha512
# keep it secret for avoid spam
aliases = [
"info@domain.tld"
"postmaster@domain.tld"
];
}