nixos/modules/router/default.nix

6 lines
86 B
Nix
Raw Normal View History

2022-09-16 12:23:48 +02:00
{ ... }: {
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true;
};
}