fix glowing bear

This commit is contained in:
Joakim Repomaa
2025-05-26 09:38:56 +03:00
parent 2e2f4e5fdc
commit 88237acf7c

View File

@@ -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 ];
};
}