mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
rsshub should enable nginx
This commit is contained in:
@@ -1072,7 +1072,7 @@ inputs:
|
||||
};
|
||||
nixos =
|
||||
{
|
||||
services.nginx.httpProxy."rsshub.chn.moe".upstream = "http://127.0.0.1:5221";
|
||||
services.nginx ={ enable = true; httpProxy."rsshub.chn.moe".upstream = "http://127.0.0.1:5221"; };
|
||||
virtualization.docker.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user