removed varnish bc of an error
Some checks failed
/ Check formatting (push) Has been cancelled

This commit is contained in:
Ittihadyya 2025-02-10 14:58:42 +02:00
parent 84456b03bc
commit 350de4586a

View file

@ -7,7 +7,7 @@
enabledCollectors = ["systemd"];
port = 6703;
};
varnish.enable = true;
varnish.enable = false; # this currently throws an error. boo-hoo
};
}
];