apply formatter
This commit is contained in:
parent
d7ea157761
commit
7854100358
|
@ -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;
|
||||
|
|
|
@ -52,6 +52,7 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
fail2ban = {
|
||||
enable = true;
|
||||
bantime = "10m";
|
||||
|
|
Loading…
Reference in a new issue