Update to linux 6.14.

This commit is contained in:
Tom Alexander 2025-05-04 12:09:57 -04:00
parent efcefc129a
commit 1044aa16b0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
5 changed files with 16 additions and 16 deletions

View File

@ -155,11 +155,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745858959, "lastModified": 1746369725,
"narHash": "sha256-B1FQwPCFLL3cbHc2nxT3/UI1uprHp2h1EA6M2JVe0oQ=", "narHash": "sha256-m3ai7LLFYsymMK0uVywCceWfUhP0k3CALyFOfcJACqE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d0d9d0a1454d5a0200693570618084d80a8b336c", "rev": "1a1793f6d940d22c6e49753548c5b6cb7dc5545d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -211,11 +211,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745526057, "lastModified": 1746232882,
"narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", "narHash": "sha256-MHmBH2rS8KkRRdoU/feC/dKbdlMkcNkB5mwkuipVHeQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f771eb401a46846c1aebd20552521b233dd7e18b", "rev": "7a2622e2c0dbad5c4493cb268aba12896e28b008",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -259,11 +259,11 @@
}, },
"nixpkgs-unoptimized": { "nixpkgs-unoptimized": {
"locked": { "locked": {
"lastModified": 1745526057, "lastModified": 1746232882,
"narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", "narHash": "sha256-MHmBH2rS8KkRRdoU/feC/dKbdlMkcNkB5mwkuipVHeQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f771eb401a46846c1aebd20552521b233dd7e18b", "rev": "7a2622e2c0dbad5c4493cb268aba12896e28b008",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -58,7 +58,7 @@
HZ_1000 = lib.kernel.no; HZ_1000 = lib.kernel.no;
} }
( (
optimizeWithFlags prev.linux_6_13 [ optimizeWithFlags prev.linux_6_14 [
"-march=znver4" "-march=znver4"
"-mtune=znver4" "-mtune=znver4"
] ]

View File

@ -61,7 +61,7 @@
HZ = lib.kernel.freeform "300"; HZ = lib.kernel.freeform "300";
HZ_300 = lib.kernel.yes; HZ_300 = lib.kernel.yes;
HZ_1000 = lib.kernel.no; HZ_1000 = lib.kernel.no;
} prev.linux_6_13; } prev.linux_6_14;
# gsl = prev.gsl.overrideAttrs (old: { # gsl = prev.gsl.overrideAttrs (old: {
# # gsl tests fails when optimizations are enabled. # # gsl tests fails when optimizations are enabled.
# # > FAIL: cholesky_invert unscaled hilbert ( 4, 4)[0,2]: 2.55795384873636067e-13 0 # # > FAIL: cholesky_invert unscaled hilbert ( 4, 4)[0,2]: 2.55795384873636067e-13 0
@ -104,7 +104,7 @@
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_me; boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_me;
}) })
(lib.mkIf (config.me.buildingIso) { (lib.mkIf (config.me.buildingIso) {
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_13; boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_14;
boot.supportedFilesystems.zfs = true; boot.supportedFilesystems.zfs = true;
}) })
]; ];

View File

@ -74,7 +74,7 @@
HZ = lib.kernel.freeform "300"; HZ = lib.kernel.freeform "300";
HZ_300 = lib.kernel.yes; HZ_300 = lib.kernel.yes;
HZ_1000 = lib.kernel.no; HZ_1000 = lib.kernel.no;
} prev.linux_6_13; } prev.linux_6_14;
} }
) )
(final: prev: { (final: prev: {
@ -111,7 +111,7 @@
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_me; boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_me;
}) })
(lib.mkIf (config.me.buildingIso) { (lib.mkIf (config.me.buildingIso) {
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_13; boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_14;
boot.supportedFilesystems.zfs = true; boot.supportedFilesystems.zfs = true;
}) })
]; ];

View File

@ -37,10 +37,10 @@
# Test with: drill @127.0.0.53 odo.home.arpa # Test with: drill @127.0.0.53 odo.home.arpa
# TODO: The 127.0.0.1 address should probably be moved to a host-specific file. # TODO: The 127.0.0.1 address should probably be moved to a host-specific file.
networking.extraHosts = '' networking.extraHosts = ''
127.0.0.1 odo.home.arpa quark.home.arpa 127.0.0.1 ${config.networking.hostName}.home.arpa
10.216.1.1 homeserver 10.216.1.1 homeserver
10.216.1.6 media 10.216.1.6 media
#10.216.1.12 odo 10.216.1.12 odo
10.216.1.14 neelix 10.216.1.14 neelix
10.216.1.15 quark 10.216.1.15 quark
10.217.1.1 drmario 10.217.1.1 drmario