Fix found for docker haproxy. Removing haproxy from nix config (#12)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-01-01 01:19:19 -05:00
committed by GitHub
parent 5cba7f18da
commit 67bc474739
2 changed files with 0 additions and 132 deletions

View File

@ -41,11 +41,6 @@
samba.enable = true;
nfs.server.enable = true;
haproxy = {
enable = true;
config = builtins.readFile ./conf/haproxy.conf;
};
openssh.ports = [ 666 ];
smartd.enable = true;
zfs = {