kernel fuckery
This commit is contained in:
parent
0a11161655
commit
5e36fa1c4d
7 changed files with 45 additions and 27 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, pkgs-unstable, lib, ... }: {
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_unprivileged_port_start" = 0;
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
kernel.sysctl = {
|
||||
"net.ipv4.ip_unprivileged_port_start" = 0;
|
||||
};
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
system.autoUpgrade = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue