From 929cfbf0d4620892e6ad1231c32c9c7b8c9265c4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 25 Dec 2025 19:30:17 +0100 Subject: ... --- hosts/sif/default.nix | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'hosts/sif') diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 258a83f7..2dcf5459 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -13,7 +13,7 @@ in { imports = with flake.nixosModules.systemProfiles; [ ./hw.nix ./email ./libvirt ./greetd - tmpfs-root bcachefs initrd-all-crypto-modules default-locale openssh rebuild-machines niri-unstable networkmanager lanzaboote + tmpfs-root bcachefs initrd-all-crypto-modules default-locale openssh rebuild-machines niri-unstable networkmanager lanzaboote zswap flakeInputs.nixos-hardware.nixosModules.lenovo-thinkpad-p1 flakeInputs.nixVirt.nixosModules.default ]; @@ -58,23 +58,7 @@ in { plymouth.enable = true; - kernelPackages = pkgs.linuxPackages_latest; - kernelPatches = [ - { name = "edac-config"; - patch = null; - structuredExtraConfig = with lib.kernel; { - EDAC = yes; - EDAC_IE31200 = yes; - }; - } - { name = "zswap-default"; - patch = null; - structuredExtraConfig = with lib.kernel; { - ZSWAP_DEFAULT_ON = yes; - ZSWAP_SHRINKER_DEFAULT_ON = yes; - }; - } - ]; + kernelPackages = pkgs.linuxPackages_6_18; consoleLogLevel = 3; kernelParams = [ "quiet" -- cgit v1.2.3