fixed website

This commit is contained in:
Tassilo - 2022-05-02 13:11:00 +02:00
parent 3f1b82ab43
commit fc1441eb75
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 5 additions and 4 deletions

View File

@ -351,11 +351,11 @@
"utils": "utils_5"
},
"locked": {
"lastModified": 1651488278,
"narHash": "sha256-yyf/mPm4Q25mDsRWPPKH7p9IxX7pApUjrqnwepCl+gU=",
"lastModified": 1651488658,
"narHash": "sha256-Q4EYTbJpZ0V1ntHRCzT1kCL5gwmOFqh39yy2b2GnVBM=",
"owner": "dump-dvb",
"repo": "windshield",
"rev": "55a4f45b40a5f09017019f77d8e08079dbae7c24",
"rev": "21d5c4c011bd1751e13f136e62881aa95d66b6fe",
"type": "github"
},
"original": {

View File

@ -8,7 +8,8 @@
enableACME = true;
locations = {
"/" = {
index = "${pkgs.windshield}/bin/index.html";
root = "${pkgs.windshield}/bin/";
index = "index.html"
};
};
};