apply formatter

This commit is contained in:
Fabian Montero 2025-01-31 08:24:40 -06:00
parent d7ea157761
commit 7854100358
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ with lib; let
in {
options.local.apps.browsers = {
enable = mkEnableOption "firefox settings";
workspace = mkOption {
type = types.nullOr types.str;
default = null;

View file

@ -52,6 +52,7 @@ in {
};
};
};
fail2ban = {
enable = true;
bantime = "10m";