Compare commits
2 commits
3a612d3e90
...
3e56c780dd
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e56c780dd | |||
| c9c6ef4a16 |
2 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,13 @@ in {
|
||||||
root = inputs.website.outPath;
|
root = inputs.website.outPath;
|
||||||
};
|
};
|
||||||
"cdn.lava.moe" = {
|
"cdn.lava.moe" = {
|
||||||
|
useACMEHost = "lava.moe";
|
||||||
|
forceSSL = true;
|
||||||
|
extraConfig = ''
|
||||||
|
return 301 https://sh.lava.moe$request_uri;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
"sh.lava.moe" = {
|
||||||
useACMEHost = "lava.moe";
|
useACMEHost = "lava.moe";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = "/persist/cdn";
|
root = "/persist/cdn";
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ in {
|
||||||
evince
|
evince
|
||||||
eww
|
eww
|
||||||
feh
|
feh
|
||||||
|
feishin
|
||||||
file-roller
|
file-roller
|
||||||
gamescope
|
gamescope
|
||||||
gimp3
|
gimp3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue