formatting + remove obsolete gpgconv
This commit is contained in:
parent
867eb0ec77
commit
011068f5cc
6
.envrc
6
.envrc
@ -1,9 +1,3 @@
|
|||||||
_gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to"
|
|
||||||
if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
|
|
||||||
git config diff.gpg.binary true
|
|
||||||
git config diff.gpg.textconv "$_gpgconv"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export PASSWORD_STORE_DIR=$PWD
|
export PASSWORD_STORE_DIR=$PWD
|
||||||
|
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
|
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
|
||||||
|
@ -506,7 +506,12 @@ in {
|
|||||||
postfix = {
|
postfix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSmtp = true;
|
enableSmtp = true;
|
||||||
networks = ["127.0.0.1/8" "[::ffff:127.0.0.0]/104" "[::1]/128" tailscale_subnet.cidr];
|
networks = [
|
||||||
|
"127.0.0.1/8"
|
||||||
|
"[::ffff:127.0.0.0]/104"
|
||||||
|
"[::1]/128"
|
||||||
|
tailscale_subnet.cidr
|
||||||
|
];
|
||||||
hostname = "${config.networking.hostName}.${config.networking.domain}";
|
hostname = "${config.networking.hostName}.${config.networking.domain}";
|
||||||
relayHost = "smtp.sendgrid.net";
|
relayHost = "smtp.sendgrid.net";
|
||||||
relayPort = 587;
|
relayPort = 587;
|
||||||
|
Loading…
Reference in New Issue
Block a user