linux_6_19 form last nixpkgs rev before removal

This commit is contained in:
2026-05-07 23:50:15 +02:00
parent bb95cc11a8
commit 87703ec951
5 changed files with 30 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, pkgs, nixpkgs-linuxeol, ... }:
rec {
# Identity
@@ -23,7 +23,7 @@ rec {
# Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_19;
boot.kernelPackages = nixpkgs-linuxeol.legacyPackages."x86_64-linux".linuxKernel.packages.linux_6_19;
boot.zfs.package = pkgs.zfs_unstable;
# Swap
+8 -2
View File
@@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, pkgs, nixpkgs-linuxeol, ... }:
{
# Identity
@@ -53,7 +53,7 @@
# Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_19;
boot.kernelPackages = nixpkgs-linuxeol.legacyPackages."x86_64-linux".linuxKernel.packages.linux_6_19;
# Swap
zramSwap = {
@@ -129,7 +129,13 @@
};
services.transmission.enable = lib.mkForce false;
# programs.steam.enable = true;
# programs.steam.gamescopeSession.enable = true;
nix.settings.system-features = [ "gccarch-haswell" ];
# Local LLaMA.cpp server
networking.firewall.allowedTCPPorts = [ 8080 ];
# nixpkgs.hostPlatform = {
# system = "x86_64-linux";