Fix nix flake check issues
This commit is contained in:
parent
deefa3b1d9
commit
caaa4237cc
2 changed files with 96 additions and 10 deletions
|
|
@ -17,14 +17,14 @@
|
|||
serverProperties = config.services.minecraft-servers.servers.vanilla-server.serverProperties;
|
||||
in
|
||||
{
|
||||
proxyPass = "http://${toString serverProperties.server-ip}:${serverProperties.server-port}";
|
||||
proxyPass = "http://${toString serverProperties.server-ip}:${toString serverProperties.server-port}";
|
||||
|
||||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
proxy_pass_header Authorization;
|
||||
'';
|
||||
};
|
||||
|
||||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
proxy_pass_header Authorization;
|
||||
'';
|
||||
};
|
||||
|
||||
services.minecraft-servers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue