fix glowing bear
This commit is contained in:
@@ -24,8 +24,13 @@ in
|
||||
|
||||
webserver = {
|
||||
enable = lib.mkDefault true;
|
||||
vHosts.${fqdn}.locations."/".root = pkgs.glowing-bear;
|
||||
vHosts.${fqdn}.locations = {
|
||||
"/".root = pkgs.glowing-bear;
|
||||
"/weechat".proxyPort = 9001;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9001 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user