Fix found for docker haproxy. Removing haproxy from nix config (#12)
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user