8 lines
134 B
Nix
8 lines
134 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.aquaticRouter = {
|
|
boot.kernel.sysctl = {
|
|
"net.ipv4.conf.all.forwarding" = 1;
|
|
};
|
|
};
|
|
}
|