Skip to content

Commit feb4f84

Browse files
committed
host(koumakan): don't be a moron (me)
1 parent c7fd9e7 commit feb4f84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

systems/koumakan/services/arion/pixivfe.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ in {
4444
keysZoneName = "pximg";
4545
};
4646

47-
virtualHosts."pximg.soopy.moe" = {
47+
virtualHosts."pximg.soopy.moe" = _utils.mkVhost {
4848
locations."/" = {
4949
recommendedProxySettings = false;
5050
proxyPass = "https://i.pximg.net";
@@ -64,6 +64,11 @@ in {
6464
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
6565
'';
6666
};
67+
locations."= /" = _utils.mkNginxFile {
68+
content = ''
69+
the knowers will know, the clueless will never know.
70+
'';
71+
};
6772
};
6873

6974
virtualHosts."pxv.soopy.moe" = _utils.mkSimpleProxy {

0 commit comments

Comments
 (0)