A few changes
This commit is contained in:
parent
5e2d21e90e
commit
db75061121
3 changed files with 7 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
|||
lazydocker
|
||||
micro
|
||||
neofetch
|
||||
nix-your-shell
|
||||
# nix-your-shell # Currently only available in unstable
|
||||
sysz
|
||||
tmux
|
||||
tree
|
||||
|
|
|
|||
|
|
@ -7,7 +7,12 @@
|
|||
supportedFilesystems = [ "ntfs" ];
|
||||
loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
extraModprobeConfig = ''options bluetooth disable_ertm=1'';
|
||||
extraModprobeConfig = ''
|
||||
options bluetooth disable_ertm=1
|
||||
'';
|
||||
kernel.sysctl = {
|
||||
"net.ipv4.tcp_mtu_probing" = 1;
|
||||
};
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue