cachy kernel

This commit is contained in:
2026-01-27 07:24:24 +01:00
parent dc8f70b344
commit 65fc0ace0e
3 changed files with 157 additions and 22 deletions

View File

@@ -12,7 +12,7 @@
./acer-monitor-edid.nix
];
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest;
hardware.enableRedistributableFirmware = true;
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
# boot.kernelPackages = pkgs.linuxPackages;
@@ -35,25 +35,25 @@
};
# Mount ntfs partition
fileSystems."/run/media/627C3BDF7C3BAD23" = {
device = "/dev/disk/by-uuid/627C3BDF7C3BAD23";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
# fileSystems."/run/media/627C3BDF7C3BAD23" = {
# device = "/dev/disk/by-uuid/627C3BDF7C3BAD23";
# fsType = "ntfs-3g";
# options = [ "rw" "uid=1000"];
# };
# Mount ntfs oldfiles drive partition
fileSystems."/run/media/oldfiles" = {
device = "/dev/disk/by-uuid/E2E26FFFE26FD677";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
# # Mount ntfs oldfiles drive partition
# fileSystems."/run/media/oldfiles" = {
# device = "/dev/disk/by-uuid/E2E26FFFE26FD677";
# fsType = "ntfs-3g";
# options = [ "rw" "uid=1000"];
# };
# Mount The Vault
fileSystems."/run/media/vault" = {
device = "/dev/disk/by-uuid/3470646370642DB4";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
# # Mount The Vault
# fileSystems."/run/media/vault" = {
# device = "/dev/disk/by-uuid/3470646370642DB4";
# fsType = "ntfs-3g";
# options = [ "rw" "uid=1000"];
# };