nix-config/hosts/modules/trantor/boot.nix
2025-06-06 10:36:26 -03:00

9 lines
152 B
Nix

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