add fail2ban

This commit is contained in:
Dennis Wuitz
2023-12-29 20:54:12 +01:00
parent 774bd99550
commit 51e8302c29
4 changed files with 71 additions and 20 deletions

View File

@ -1,12 +1,12 @@
{ config, lib, libS, ... }:
let
cfg = config.boot;
cfg = config.boot;
in
{
options = {
boot = {
default = libS.mkOpinionatedOption "enable the boot builder";
options = {
boot = {
default = libS.mkOpinionatedOption "enable the boot builder";
cpuType = lib.mkOption {
type = lib.types.str;
example = "amd";