nixos/modules/router/default.nix

6 lines
86 B
Nix

{ ... }: {
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true;
};
}