ip forwarding

This commit is contained in:
death916 2025-06-14 21:18:21 -07:00
parent 3d737d3565
commit a7be48b96d

View file

@ -220,6 +220,13 @@ users.users.death916 = {
};
};
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
systemd.services.kopia-backup = {
description = "Kopia backup service for NixOS server";
serviceConfig = {