Fix up rebase

This commit is contained in:
teutat3s 2022-02-02 04:47:08 +01:00
parent 74b4ec148c
commit e9e53147d8
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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" ];
};
}