Initial
This commit is contained in:
9
secrets.nix.example
Normal file
9
secrets.nix.example
Normal 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"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user