all repos — website @ feb8b02530b8d32e4659b16863d13ebd4379f142

My website

Migrate syntax highlighting options to zola syntax

Alan Pearce
commit

feb8b02530b8d32e4659b16863d13ebd4379f142

parent

a1e37b3a20addda6dd00d1a0ccfd349eff8b3afd

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M post/postfix-as-null-client-with-external-catchall.mdpost/postfix-as-null-client-with-external-catchall.md
@@ -11,7 +11,7 @@ It took me a while to figure out how to this, so I thought I'd share my method.
Here's the config that can be used to do this on any NixOS host, after redefining the first two variables. -```txt {linenos=table,hl_lines=["2-3"]} +```txt,linenos,hl_lines=2-3 services.postfix = let localUser = "example-user"; forwardingAddress = "user@external.domain";
@@ -36,7 +36,7 @@ ## Background
First, the basic setup for a null client can be found in the [postfix documentation][0]. The example config would be translated into NixOS like so: -```txt {linenos=table} +```txt services.postfix = { enable = true; destination = [];