revert linux lastest

This commit is contained in:
Quentin Boyer 2022-02-06 20:33:08 +01:00
parent b420e59674
commit 9bdec8d76c
3 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ in
jq
wget
cargo-flamegraph
linuxPackages_latest.perf
linuxPackages.perf
unzip
];

View file

@ -58,7 +58,7 @@
};
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
/* nixpkgs.config.allowBroken = true; */
virtualisation.waydroid.enable = true;

View file

@ -23,8 +23,8 @@ in
'';
};
boot.extraModulePackages = [ ashmem binder ];
boot.kernelModules = [ "ashmem_linux" "binder_linux" ];
# boot.extraModulePackages = [ ashmem binder ];
# boot.kernelModules = [ "ashmem_linux" "binder_linux" ];
nixpkgs.config = {
allowUnfree = true;