cachyos again + cleanup

This commit is contained in:
2024-09-30 10:38:37 -04:00
parent 3408de28a2
commit e63c95d319
7 changed files with 26 additions and 73 deletions

View File

@@ -31,10 +31,8 @@
#kernel options
boot = {
# kernelPackages = pkgs.linuxPackages_cachyos-lto;
kernelPackages = pkgs.linuxPackages_6_10;
supportedFilesystems = [ "zfs" ];
kernelPackages = pkgs.linuxPackages_cachyos-lto;
# kernelPackages = pkgs.linuxPackages_6_10;
kernel.sysctl = {
#for profiling

6
etcnixos/flake.lock generated
View File

@@ -316,11 +316,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1727613673,
"narHash": "sha256-qqIffTQfxMYo3MKQ9BoY2s2mdKZNnUiksdnxv81js9U=",
"lastModified": 1727665282,
"narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "f5c239fa9acb27f0a5326ba2949c00fada89ca9f",
"rev": "11c43c830e533dad1be527ecce379fcf994fbbb5",
"type": "github"
},
"original": {

View File

@@ -15,6 +15,9 @@
];
boot = {
kernelPackages = pkgs.linuxPackages_6_10;
supportedFilesystems = [ "zfs" ];
kernelPatches = [
#for making ALVR support better :)
{