From fad63909be8fc96886556c53a8e4d3a0a9f70979 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 21 Apr 2024 17:46:40 +0200 Subject: [PATCH] hosts/TITAN: nvidia, fuck you --- hosts/TITAN/system.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/TITAN/system.nix b/hosts/TITAN/system.nix index f8b6e0d..2eaca3d 100644 --- a/hosts/TITAN/system.nix +++ b/hosts/TITAN/system.nix @@ -27,7 +27,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_6; networking.hostName = "TITAN"; @@ -55,8 +55,6 @@ services.xserver.displayManager.gdm.autoSuspend = false; - boot.supportedFilesystems = [ "bcachefs" ]; - boot.tmp = { useTmpfs = true; tmpfsSize = "75%";