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 { in {
options.local.apps.browsers = { options.local.apps.browsers = {
enable = mkEnableOption "firefox settings"; enable = mkEnableOption "firefox settings";
workspace = mkOption { workspace = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;
default = null; default = null;

View file

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