File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1111 } ;
1212
1313 kernelParams = [
14- #"zswap.enabled=1" # enables zswap
15- #"zswap.compressor=lz4" # compression algorithm
16- #"zswap.zpool=z3fold"
1714 "systemd.swap=0"
1815 ] ;
1916
2724 "vm.max_map_count" = 2147483642 ;
2825 "kernel.sysrq" = 1 ; # REISUB
2926 } ;
27+
28+ extraModprobeConfig = ''
29+ options mt7921_common disable_clc=1
30+ '' ;
31+
3032 initrd = {
31- #systemd.enable = true;
32- #kernelModules = [
33- # "lz4"
34- # "z3fold"
35- #];
3633 availableKernelModules = [
3734 "nvme"
3835 "xhci_pci"
4138 "sd_mod"
4239 ] ;
4340 } ;
41+
4442 loader . limine = {
4543 enable = true ;
4644 efiSupport = true ;
5250 path: guid(d3a7820d-fcf3-4ad3-9468-d6481e4aee50):/EFI/Microsoft/Boot/bootmgfw.efi
5351 '' ;
5452 } ;
53+
5554 loader . efi . canTouchEfiVariables = true ;
5655 plymouth . enable = true ;
5756 } ;
Original file line number Diff line number Diff line change 4646 {
4747 mesonFlags = [ ( prev . lib . mesonEnable "wallpaper" false ) ] ;
4848 } ;
49-
50- inherit ( firmware ) linux-firmware ; # FIXME
51- /*
52- mt7921e wifi firmware broken with linux-firmware 20250918
53- Related issue: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/issues/29
54- Posible upstream related commit: https://gitlab.com/kernel-firmware/linux-firmware/-/commit/4573c02ca0caf001c5ce5dbb62015d588258588b
55- */
5649 } )
5750 inputs . rust-overlay . overlays . default
5851 inputs . ghostty . overlays . default
5952 inputs . prismlauncher . overlays . default
53+ inputs . zig . overlays . default
6054 ] ;
6155}
You can’t perform that action at this time.
0 commit comments