Update README example with Codeberg git ref

This commit is contained in:
Christian Kampka
2024-04-28 12:27:04 +02:00
parent 024b0b7af7
commit 2db60fd704

View File

@@ -1,5 +1,11 @@
# Crowdsec for NixOS # Crowdsec for NixOS
This project has moved to Codeberg.
You can find the latest version at https://codeberg.org/kampka/nix-flake-crowdsec
Please make sure to update your dependency to receive the latests updates.
## About
This repository contains a [Nix flake](https://nixos.wiki/wiki/Flakes) for running [Crowdsec](https://www.crowdsec.net/) on NixOS. This repository contains a [Nix flake](https://nixos.wiki/wiki/Flakes) for running [Crowdsec](https://www.crowdsec.net/) on NixOS.
CrowdSec is a security tool designed to protect servers, services, and applications by analyzing user behavior and network traffic to detect and block potential attacks. It operates similarly to Fail2Ban but with a few key differences: CrowdSec is a security tool designed to protect servers, services, and applications by analyzing user behavior and network traffic to detect and block potential attacks. It operates similarly to Fail2Ban but with a few key differences:
@@ -18,7 +24,7 @@ To setup the [security engine](https://docs.crowdsec.net/docs/getting_started/se
{ {
inputs = { inputs = {
crowdsec = { crowdsec = {
url = "github:kampka/nix-flake-crowdsec"; url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@@ -75,7 +81,7 @@ Please consult the [bouncer documentation](https://docs.crowdsec.net/u/bouncers/
{ {
inputs = { inputs = {
crowdsec = { crowdsec = {
url = "github:kampka/nix-flake-crowdsec"; url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };