Compare commits

..

2 Commits

Author SHA1 Message Date
529535cffd modified: hosts/server/configuration.nix 2025-12-18 12:22:59 +10:00
aff4cf1c16 modified: hosts/server/configuration.nix 2025-12-18 12:16:06 +10:00

View File

@@ -109,10 +109,10 @@ systemd.timers.backup = {
# NAT: lets LAN devices reply to the Pi without needing routes on the LAN router # NAT: lets LAN devices reply to the Pi without needing routes on the LAN router
networking.nat = { networking.nat = {
enable = true; enable = true;
externalInterface = "ens18"; externalInterface = "enp0s18";
internalInterfaces = [ "wg0" ]; internalInterfaces = [ "wg0" ];
}; };
networking.enableIPv4Forwarding = true;
services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall. # Open ports in the firewall.