nix-config/hosts/modules/trantor/boot.nix

7 lines
142 B
Nix

{
boot = {
loader.efi.efiSysMountPoint = "/boot";
initrd.systemd.enable = true;
kernel.sysctl."net.ipv4.ip_forward" = 1;
};
}