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.

install crowdstrike falcon on nixos

  1. Copy your binaries (.deb package) to /opt/CrowdStrike.
  2. Add both .nix files from this page to your config.
  3. Write your companies ID to /etc/falcon-sensor.env in the format of COMPANYID="[id]".
  4. Apply nixos update.
  5. Check sensor status using systemctl status falcon-sensor (should be running if the nixos update succeeded)
@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