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%";