Nix config files for my laptop and servers

Add PLT notebook to Caddy

haripm.com 9754bea5 56a2d3c1

verified
+8
+8
hosts/cerulean/default.nix
··· 56 56 ''; 57 57 }; 58 58 59 + "plt.haripm.com" = { 60 + extraConfig = '' 61 + root * /srv/http/plt-notebook 62 + encode 63 + file_server 64 + ''; 65 + }; 66 + 59 67 # redirect www to root 60 68 "www.haripm.com" = { 61 69 extraConfig = ''