7 lines
142 B
Nix
7 lines
142 B
Nix
{
|
|
boot = {
|
|
loader.efi.efiSysMountPoint = "/boot";
|
|
initrd.systemd.enable = true;
|
|
kernel.sysctl."net.ipv4.ip_forward" = 1;
|
|
};
|
|
}
|