feat: update x13s to linux-6.13-rc1 and use nixos-unstable
This commit is contained in:
parent
bbbc555766
commit
c69fe3b11c
6 changed files with 102 additions and 137 deletions
|
@ -181,7 +181,7 @@
|
|||
|
||||
../../snippets/holo-zerotier.nix
|
||||
|
||||
../../snippets/k3s-w-nix-snapshotter.nix
|
||||
# ../../snippets/k3s-w-nix-snapshotter.nix
|
||||
];
|
||||
|
||||
networking.hostName = nodeName;
|
||||
|
@ -223,11 +223,15 @@
|
|||
|
||||
loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
loader.efi.efiSysMountPoint = "/boot";
|
||||
blacklistedKernelModules = [ "wwan" ];
|
||||
blacklistedKernelModules = [
|
||||
"wwan"
|
||||
"qcom_soundwire"
|
||||
"snd_soc_qcom_sdw"
|
||||
"snd_soc_sc8280xp"
|
||||
];
|
||||
};
|
||||
|
||||
hardware.firmware = lib.mkBefore [
|
||||
packages'.x13s-bt-firmware
|
||||
packages'.x13s-ath11k-firmware
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue