mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 21:59:09 -04:00
made web_services dir
This commit is contained in:
11
systems/jeeves/web_services/haproxy.nix
Normal file
11
systems/jeeves/web_services/haproxy.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.haproxy = {
|
||||
enable = true;
|
||||
config = builtins.readFile ./haproxy.cfg;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user