Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Inherit SSL config for autoconfig

encode42 ab9f74bb 88994f78

+2 -1
+2 -1
packages/server/groupware/maddy.nix
··· 17 17 hosts = [ 18 18 { 19 19 name = "autoconfig.${domain}"; 20 - ssl = "cloudflare"; 20 + 21 + inherit ssl; 21 22 } 22 23 ]; 23 24 };