mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-10 22:51:12 +01:00
revert linux lastest
This commit is contained in:
parent
b420e59674
commit
9bdec8d76c
3 changed files with 4 additions and 4 deletions
2
home.nix
2
home.nix
|
|
@ -47,7 +47,7 @@ in
|
|||
jq
|
||||
wget
|
||||
cargo-flamegraph
|
||||
linuxPackages_latest.perf
|
||||
linuxPackages.perf
|
||||
unzip
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
/* nixpkgs.config.allowBroken = true; */
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue