/ modules / server / web / haproxy / default.nix
default.nix
 1  { lib, pkgs, config, ... }: let
 2    # expand this at some point
 3  in {
 4    services.haproxy = {
 5      enable = true;
 6      config = lib.mkDefault ''
 7  
 8      '';
 9    };
10  }