I should stop blindly trusting llms

This commit is contained in:
William 2025-06-01 19:25:28 -03:00
parent 8f165dbc05
commit 9838e913b5
2 changed files with 1 additions and 3 deletions

View file

@ -4,5 +4,6 @@
boot = {
loader.efi.efiSysMountPoint = "/boot";
initrd.systemd.enable = true;
kernel.sysctl."net.ipv4.ip_forward" = 1;
};
}

View file

@ -31,8 +31,5 @@
}
];
};
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
};
};
}