Compare commits
2 Commits
6c7a51bb55
...
bc626c66a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
bc626c66a7
|
|||
|
89dd6761d1
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.alvr.enable = lib.warn "alvr disabled due to build failure" false;
|
||||
programs.alvr.enable = true;
|
||||
}
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"mt76"
|
||||
];
|
||||
# Kernel stuff
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
||||
Reference in New Issue
Block a user