aboutsummaryrefslogtreecommitdiff
path: root/profiles/defaults.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-23 17:41:18 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-23 17:41:18 -0700
commit3d717b6415d4429a2f9bc9619ac0bbff456827c3 (patch)
tree29f83695d3311f9b888ef25f7dfe6aff6955bde4 /profiles/defaults.nix
parentenable tailscale on 2 machines (diff)
downloadinfra-3d717b6415d4429a2f9bc9619ac0bbff456827c3.tar.gz
move a few more things back as profiles
Diffstat (limited to '')
-rw-r--r--profiles/defaults.nix (renamed from modules/nixos/base.nix)13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/nixos/base.nix b/profiles/defaults.nix
index 9ed3abc..7c8a7fb 100644
--- a/modules/nixos/base.nix
+++ b/profiles/defaults.nix
@@ -39,19 +39,6 @@
dnssec = "false";
};
- services.fail2ban = {
- enable = true;
- ignoreIP = [
- "10.100.0.0/24" # wireguard
- ];
- bantime = "1h";
- bantime-increment = {
- enable = true;
- maxtime = "168h";
- factor = "4";
- };
- };
-
i18n = {
defaultLocale = "en_US.UTF-8";
supportedLocales = [