tangled
alpha
login
or
join now
haripm.com
/
seafoam
0
fork
atom
Nix config files for my laptop and servers
0
fork
atom
overview
issues
2
pulls
pipelines
Add PLT notebook to Caddy
haripm.com
2 weeks ago
9754bea5
56a2d3c1
verified
This commit was signed with the committer's
known signature
.
haripm.com
SSH Key Fingerprint:
SHA256:ZTpS3XMWH3PIjWXEDMx28M7YKmd9xpeOpqUD6gqb1pg=
+8
1 changed file
expand all
collapse all
unified
split
hosts
cerulean
default.nix
+8
hosts/cerulean/default.nix
···
56
56
'';
57
57
};
58
58
59
59
+
"plt.haripm.com" = {
60
60
+
extraConfig = ''
61
61
+
root * /srv/http/plt-notebook
62
62
+
encode
63
63
+
file_server
64
64
+
'';
65
65
+
};
66
66
+
59
67
# redirect www to root
60
68
"www.haripm.com" = {
61
69
extraConfig = ''