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;
|
||||
};
|
||||
"cdn.lava.moe" = {
|
||||
useACMEHost = "lava.moe";
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
return 301 https://sh.lava.moe$request_uri;
|
||||
'';
|
||||
};
|
||||
"sh.lava.moe" = {
|
||||
useACMEHost = "lava.moe";
|
||||
forceSSL = true;
|
||||
root = "/persist/cdn";
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ in {
|
|||
evince
|
||||
eww
|
||||
feh
|
||||
feishin
|
||||
file-roller
|
||||
gamescope
|
||||
gimp3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue