aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/nixos.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 17:22:52 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 17:22:52 -0600
commit7bd48f917c249dba890dd79f3180e7cff5dd1ce7 (patch)
treedbb4e5bd41ed9336ea1b99f0127fc4f0f88afa46 /hosts/ganymede/nixos.nix
parent7a05f6634f2a8fd3340330eb6dc7d4b1890e8247 (diff)
more ssh config
Diffstat (limited to 'hosts/ganymede/nixos.nix')
-rw-r--r--hosts/ganymede/nixos.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix
index 75fe039..86a9983 100644
--- a/hosts/ganymede/nixos.nix
+++ b/hosts/ganymede/nixos.nix
@@ -23,6 +23,8 @@
networkConfig.DHCP = "yes";
};
+ services.fail2ban.enable = true;
+
# i broke something and this fixes it
environment.etc."systemd/resolved.conf.d/10-dns.conf".text = config.environment.etc."systemd/resolved.conf".text;
}