We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6ce60 commit e94aac0Copy full SHA for e94aac0
nixos/framework/hardware.nix
@@ -12,6 +12,9 @@
12
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
13
];
14
15
+ # https://github.com/NixOS/nixos-hardware/issues/1330
16
+ hardware.framework.enableKmod = false;
17
+
18
boot = {
19
# Use latest linux kernel
20
kernelPackages = pkgs.linuxPackages_latest;
0 commit comments