cluster/services/websites: host Excalidraw
This commit is contained in:
parent
a0c2dc3771
commit
59671eb356
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ let inherit (tools) domain; in
|
||||||
{
|
{
|
||||||
# websites
|
# websites
|
||||||
www = static packages.landing.webroot // { default = true; };
|
www = static packages.landing.webroot // { default = true; };
|
||||||
|
draw = static packages.excalidraw.webroot;
|
||||||
|
|
||||||
# PSA sites
|
# PSA sites
|
||||||
stop-using-nix-env = static packages.stop-using-nix-env.webroot;
|
stop-using-nix-env = static packages.stop-using-nix-env.webroot;
|
||||||
|
|
Loading…
Reference in a new issue