Fix up rebase
This commit is contained in:
parent
74b4ec148c
commit
e9e53147d8
|
@ -22,6 +22,7 @@ in
|
||||||
progress
|
progress
|
||||||
dnsutils
|
dnsutils
|
||||||
inetutils
|
inetutils
|
||||||
|
mtr
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
gitFull
|
gitFull
|
||||||
|
@ -121,6 +122,9 @@ in
|
||||||
# Service that makes Out of Memory Killer more effective
|
# Service that makes Out of Memory Killer more effective
|
||||||
services.earlyoom.enable = true;
|
services.earlyoom.enable = true;
|
||||||
|
|
||||||
|
# Use latest LTS linux kernel by default
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue