Khanda: test kernel 6.12
This commit is contained in:
parent
6b35c71d2f
commit
f4cc132c6e
12
flake.lock
12
flake.lock
|
@ -261,16 +261,16 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733861262,
|
"lastModified": 1734207752,
|
||||||
"narHash": "sha256-+jjPup/ByS0LEVIrBbt7FnGugJgLeG9oc+ivFASYn2U=",
|
"narHash": "sha256-mfv+J/vO4nqmIOlq8Y1rRW8hVsGH3M+I2ESMjhuebDs=",
|
||||||
"owner": "NixOS",
|
"owner": "matthiasdotsh",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "cf737e2eba82b603f54f71b10cb8fd09d22ce3f5",
|
"rev": "4a6a098803d4050471e9d8085afca86bd1ae9a9e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "matthiasdotsh",
|
||||||
"ref": "master",
|
"ref": "ms-surface/update-kernel-6.12.4",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# NixOS hardware quirks
|
# NixOS hardware quirks
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
#nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
nixos-hardware.url = "github:matthiasdotsh/nixos-hardware/ms-surface/update-kernel-6.12.4";
|
||||||
|
|
||||||
# Snowfall lib: https://snowfall.org/guides/lib/quickstart/
|
# Snowfall lib: https://snowfall.org/guides/lib/quickstart/
|
||||||
# Jake's reference config: https://github.com/jakehamilton/config
|
# Jake's reference config: https://github.com/jakehamilton/config
|
||||||
|
|
|
@ -71,10 +71,14 @@ in
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
ipu6 = {
|
/*
|
||||||
enable = true;
|
FIXME: temporarily disable due to conflict with kernel 6.12+
|
||||||
platform = "ipu6ep";
|
|
||||||
};
|
ipu6 = {
|
||||||
|
enable = true;
|
||||||
|
platform = "ipu6ep";
|
||||||
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
# Limit the number of cores Nix can use
|
# Limit the number of cores Nix can use
|
||||||
|
|
Loading…
Reference in a new issue