From 378ba963b4c1bfe0b8a22ba81b6c7ab13af321e3 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Mon, 24 Aug 2026 05:02:36 -0700 Subject: [PATCH] updates: linux 7.2 , nixpkgs, home-manager, secrix --- flake.lock | 18 +++++++++--------- hosts/common-desktop.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index a6b00e2..1faebbc 100644 --- a/flake.lock +++ b/flake.lock @@ -60,11 +60,11 @@ ] }, "locked": { - "lastModified": 1785531816, - "narHash": "sha256-vkMnV0JIyw+g/NmcfoajlGaAO+9a0ezia+FZohQJrik=", + "lastModified": 1787540599, + "narHash": "sha256-MHwk52ty3NsLhq9a1IbIfBJZlCUJIdiUYFo52JLK9hY=", "owner": "nix-community", "repo": "home-manager", - "rev": "bf9ce9fec78f95f374e8dd3b503863a3ec128ebe", + "rev": "03f4cd46bc1dd4f3a96da778d2ce9f7ce39dd450", "type": "github" }, "original": { @@ -135,11 +135,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1785828668, - "narHash": "sha256-8fsyqeO+mJqvIzeO4xIpgJe/f7MTbbVTEC6RT6WSXNs=", + "lastModified": 1787498568, + "narHash": "sha256-9i/VTdusq/+NM/tz+J1Re+ojkMB8MBf0QshnYfzHz30=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e72e4f299401a3689d4b3d5fc6496b11db7064eb", + "rev": "56c02bc00adcf003215cc4bd996d6efaf4cff188", "type": "github" }, "original": { @@ -233,11 +233,11 @@ ] }, "locked": { - "lastModified": 1784646685, - "narHash": "sha256-MPr+ax3aOwDcmu6sZZYPVlMiFQMNY4r5hDBxgBsBo/E=", + "lastModified": 1787124737, + "narHash": "sha256-EnQcFCdcQs1agb8U/h3kn7+A3c3uorANCPP2WakZjAk=", "owner": "Platonic-Systems", "repo": "secrix", - "rev": "4d0e6a962086ea1653d82d4e31ea07abf7e09ee6", + "rev": "9c0a7db4e355c28fe67643656821b06161b4df61", "type": "github" }, "original": { diff --git a/hosts/common-desktop.nix b/hosts/common-desktop.nix index f8b159c..ef7bf9c 100644 --- a/hosts/common-desktop.nix +++ b/hosts/common-desktop.nix @@ -7,7 +7,7 @@ "sysrq_always_enabled=1" ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_7_2; boot.loader = { efi.canTouchEfiVariables = true; timeout = 3;