Compare commits

..

4 commits

Author SHA1 Message Date
f918946723
Revert "refactor(traefik): remove geoblock middleware in favor of crowdsec"
This reverts commit c998c99bfc.
2026-01-31 14:29:27 +08:00
804c272ae7
chore: update xmonad-config input 2026-01-31 14:15:16 +08:00
dac743a7c0
fix(editors): update nix-jetbrains-plugins API usage 2026-01-31 14:14:44 +08:00
c998c99bfc
refactor(traefik): remove geoblock middleware in favor of crowdsec
Geoblocking is easily bypassed via VPNs and provides false security.
CrowdSec handles this better with behavioral detection.
2026-01-31 14:13:08 +08:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -1192,10 +1192,10 @@
"nixpkgs": "nixpkgs_12" "nixpkgs": "nixpkgs_12"
}, },
"locked": { "locked": {
"lastModified": 1769621096, "lastModified": 1769795109,
"narHash": "sha256-qKR+FBbXsyAHXeLKLJ5HsBUwamCCLWBHI28uKj/SURY=", "narHash": "sha256-/BejBIiwZiAH5OQghBkMCouEEoVS/6UkNLY5A/nb9/U=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "3b31789a36db77a08af94365d355b70bfb25a7d2", "rev": "719ef7a115786d749464f6faeba5aeae5af9e764",
"revCount": 53, "revCount": 53,
"type": "git", "type": "git",
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git" "url": "https://git.sajenim.dev/jasmine/xmonad-config.git"

View file

@ -30,8 +30,8 @@
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
] ]
# Install jetbrains IDEs with plugins # Install jetbrains IDEs with plugins
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [ ++ (with inputs.nix-jetbrains-plugins.lib; [
(buildIdeWithPlugins pkgs.jetbrains "idea" [ (buildIdeWithPlugins pkgs "idea" [
"IdeaVIM" "IdeaVIM"
"gruvbox-material-dark" "gruvbox-material-dark"
]) ])