summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-01-09 16:51:00 -0500
committerscouckel <james.krinsky@gmail.com>2026-01-09 16:51:00 -0500
commite1503956492a29a44ec5448295307ed686202d4c (patch)
tree1580527b081a885de5e25edaded71226bda98c35 /hosts
parentb16fe4e423d4875cf150d3bd339aba8a38a3ea78 (diff)
shar fixes??? please???
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shar/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix
index cae6446..1f78631 100644
--- a/hosts/shar/configuration.nix
+++ b/hosts/shar/configuration.nix
@@ -45,7 +45,7 @@
networking.networkmanager.enable = false;
networking.interfaces.eno1.ipv4.addresses = [{
address = "173.66.162.54";
- prefixLength = 24;
+ prefixLength = 28;
}];
networking.interfaces.eno1.mtu = 1400;
networking.interfaces.eno1.wakeOnLan.enable = true;
@@ -129,6 +129,7 @@
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
+ openFirewall = true;
};
# Open ports in the firewall.