aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ganymede/nixos.nix2
-rw-r--r--hosts/mercury/nixos.nix6
2 files changed, 8 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;
}
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix
index d0ea0fa..935ecd4 100644
--- a/hosts/mercury/nixos.nix
+++ b/hosts/mercury/nixos.nix
@@ -38,5 +38,11 @@
IdentityFile /home/collin/.ssh/id_ed25519
LocalForward 8010 127.0.0.1:8010
DynamicForward 9090
+
+ Host io
+ Hostname 192.168.50.3
+ User admin
+ IdentityFile /home/collin/.ssh/id_ed25519
+ ProxyJump ganymede
'';
}