hai world
This commit is contained in:
parent
6d6dcd818c
commit
a80f5d99c9
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
pdxDestinyRoot = pkgs.runCommand "pdxdestiny-web" {} ''
|
||||
mkdir -p $out
|
||||
cp ${./pdxdestiny/index.html} $out/index.html
|
||||
cp ${pkgs.copyPathToStore ./logo.png} $out/logo.png
|
||||
cp ${pkgs.copyPathToStore ./pdxdestiny/logo.png} $out/logo.png
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
return 444;
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
"pdxdestiny.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue