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