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