mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
feat: aqua - mount usb storage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
mylib,
|
||||
myvars,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
#############################################################
|
||||
@@ -25,6 +26,7 @@ in {
|
||||
"exfat"
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelModules = ["kvm-amd"];
|
||||
boot.extraModprobeConfig = "options kvm_amd nested=1"; # for amd cpu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user