mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
configured backups
This commit is contained in:
parent
60e1f3c3d0
commit
b48fa4e383
25 changed files with 217 additions and 92 deletions
|
@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/lissy93/adguardian-term";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ therealr5 ];
|
||||
mainProgram = "adguardian";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, makeWrapper, fetchFromGitHub, playerctl }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, playerctl }:
|
||||
buildGoModule rec {
|
||||
pname = "crowdsec-firewall-bouncer";
|
||||
version = "0.0.27";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue