small things idk
This commit is contained in:
parent
0f776f259f
commit
e34a1c4dbc
5 changed files with 43 additions and 13 deletions
|
@ -88,7 +88,7 @@
|
|||
networking.hostName = "nixdesk";
|
||||
|
||||
nixpkgs.config = {
|
||||
rocmSupport = true;
|
||||
# rocmSupport = true;
|
||||
allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"apple_cursor"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
kernelModules = ["kvm-amd"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
rtl88xxau-aircrack # usb wifi card
|
||||
# rtl88xxau-aircrack # usb wifi card
|
||||
];
|
||||
loader = {
|
||||
timeout = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue