small things idk

This commit is contained in:
xunuwu 2025-02-05 15:52:28 +01:00
parent 0f776f259f
commit e34a1c4dbc
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
5 changed files with 43 additions and 13 deletions

View file

@ -88,7 +88,7 @@
networking.hostName = "nixdesk";
nixpkgs.config = {
rocmSupport = true;
# rocmSupport = true;
allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"apple_cursor"

View file

@ -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;