Skip to content

Commit 51b10b9

Browse files
Drop crowdsec (#65)
1 parent 675a093 commit 51b10b9

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

flake.lock

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
nixpkgs.follows = "nixpkgs";
2828
};
2929
};
30-
crowdsec = {
31-
url = "https://codeberg.org/kampka/nix-flake-crowdsec/archive/main.tar.gz";
32-
inputs = {
33-
flake-utils.follows = "flake-utils";
34-
nixpkgs.follows = "nixpkgs";
35-
};
36-
};
3730
disko = {
3831
url = "github:nix-community/disko";
3932
inputs.nixpkgs.follows = "nixpkgs";
@@ -154,7 +147,7 @@
154147
};
155148
};
156149

157-
outputs = { agenix, authentik-nix, bird-nix, crowdsec, disko, dn42-nix, flake-utils, home-manager, ifstate, impermanence, lanzaboote, microvm, nix-darwin, nixos-apple-silicon, nixos-hardware, nixos-modules, nixos-wsl, nixpkgs, nixvim, search, simple-nixos-mailserver, sops-nix, tsnsrv, ... }:
150+
outputs = { agenix, authentik-nix, bird-nix, disko, dn42-nix, flake-utils, home-manager, ifstate, impermanence, lanzaboote, microvm, nix-darwin, nixos-apple-silicon, nixos-hardware, nixos-modules, nixos-wsl, nixpkgs, nixvim, search, simple-nixos-mailserver, sops-nix, tsnsrv, ... }:
158151
flake-utils.lib.eachDefaultSystem
159152
(system:
160153
let
@@ -188,16 +181,6 @@
188181
name = "bird.nix";
189182
urlPrefix = "https://github.com/NuschtOS/bird.nix/blob/main/";
190183
}
191-
# crowdsec
192-
{
193-
modules = [
194-
crowdsec.nixosModules.crowdsec
195-
crowdsec.nixosModules.crowdsec-firewall-bouncer
196-
{ _module.args = { inherit pkgs; }; }
197-
];
198-
name = "crowdsec";
199-
urlPrefix = "https://codeberg.org/kampka/nix-flake-crowdsec/src/branch/main/";
200-
}
201184
# disko
202185
{
203186
modules = [ disko.nixosModules.default ];

0 commit comments

Comments
 (0)