Skip to content

Instantly share code, notes, and snippets.

View caniko's full-sized avatar
❤️‍🔥
Love is the answer

Can H. Tartanoglu caniko

❤️‍🔥
Love is the answer
View GitHub Profile
@mrcjkb
mrcjkb / NOTES.md
Created June 12, 2025 08:09
crowdstrike falcon-sensor on nixos

Notice

I am sharing this for educational purposes only.

I DO NOT recommend using crowdstrike faclcon-sensor. It is proprietary garbage that has caused overheating issues on two of my NixOS machines. Please do not ask me to help you troubleshoot this or add this to your nixos system.

@CRTified
CRTified / languagetool_base.nix
Created November 26, 2022 22:26
Nix base config for languagetool
{ pkgs, lib, ... }: {
services.languagetool = {
port = lib.mkDefault 7032;
allowOrigin = ""; # To allow access from browser addons
settings = {
# Allowed options:
# https://github.com/languagetool-org/languagetool/blob/master/languagetool-server/src/main/java/org/languagetool/server/HTTPServerConfig.java#L185-L205
# Optional, remove unneeded files