fix homepage
This commit is contained in:
parent
aa9e99557f
commit
1f8922a61e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ with lib; {
|
|||
services.nginx.virtualHosts."dadada.li" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = pkgs.homePage;
|
||||
root = /var/lib/www/dadada.li;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue