From ed32e2e15693d4ee8fd9d5de8c3aa23e22cdb8e7 Mon Sep 17 00:00:00 2001 From: teidesu Date: Tue, 10 Dec 2024 08:50:11 +0300 Subject: [PATCH] chore(koi): bump linux + tweak cmdline --- flake.lock | 36 ++++++++++++++++++------------------ hosts/koi/configuration.nix | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index 057c023..2b4ca18 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ ] }, "locked": { - "lastModified": 1731106059, - "narHash": "sha256-GlQIRbFNzkGXkrIyW8qCgGQjE974zuWJcXST9HQ40/s=", + "lastModified": 1732935682, + "narHash": "sha256-KKIeqAesU1RFqJR4cETK75gjeCMXhw1WJ8xLAwLJ1uA=", "owner": "vikanezrimaya", "repo": "bootspec-secureboot", - "rev": "f9136ae18ec947d897db21c10885e072e85b900f", + "rev": "c63227f62c8b6af753e8ca2533fee13408dfaa5c", "type": "github" }, "original": { @@ -72,11 +72,11 @@ ] }, "locked": { - "lastModified": 1732221404, - "narHash": "sha256-fWTyjgGt+BHmkeJ5IxOR4zGF4/uc+ceWmhBjOBSVkgQ=", + "lastModified": 1733168902, + "narHash": "sha256-8dupm9GfK+BowGdQd7EHK5V61nneLfr9xR6sc5vtDi0=", "owner": "nix-community", "repo": "disko", - "rev": "97c0c4d7072f19b598ed332e9f7f8ad562c6885b", + "rev": "785c1e02c7e465375df971949b8dcbde9ec362e5", "type": "github" }, "original": { @@ -149,11 +149,11 @@ ] }, "locked": { - "lastModified": 1732025103, - "narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=", + "lastModified": 1733754861, + "narHash": "sha256-3JKzIou54yjiMVmvgdJwopekEvZxX3JDT8DpKZs4oXY=", "owner": "nix-community", "repo": "home-manager", - "rev": "a46e702093a5c46e192243edbd977d5749e7f294", + "rev": "9ebaa80a227eaca9c87c53ed515ade013bc2bca9", "type": "github" }, "original": { @@ -170,11 +170,11 @@ ] }, "locked": { - "lastModified": 1732229547, - "narHash": "sha256-vtUhSQFgDfyyNM6rgmn35A2T+L5PXBS0H89cxWK9N2A=", + "lastModified": 1733570843, + "narHash": "sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "edabc790a834326dcb5810e2698fa743483510d0", + "rev": "a35b08d09efda83625bef267eb24347b446c80b8", "type": "github" }, "original": { @@ -190,11 +190,11 @@ ] }, "locked": { - "lastModified": 1731814505, - "narHash": "sha256-l9ryrx1Twh08a+gxrMGM9O/aZKEimZfa6sZVyPCImgI=", + "lastModified": 1733629314, + "narHash": "sha256-U0vivjQFAwjNDYt49Krevs1murX9hKBFe2Ye0cHpgbU=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "bdba246946fb079b87b4cada4df9b1cdf1c06132", + "rev": "f1e477a7dd11e27e7f98b646349cd66bbabf2fb8", "type": "github" }, "original": { @@ -205,11 +205,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1732179816, - "narHash": "sha256-9OMlALkKoqdtTCMGGbZZg3RIZV8DsHtQ5LBulm2dOII=", + "lastModified": 1733741264, + "narHash": "sha256-2if5elTeQl08PNfyr4QNT1f3UDfdkEL4OtqS6aOkBPY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c0451e363899513045f9d63e85ab3d8d88708e33", + "rev": "b356fafe02dd1d01d58153ae02326268ed584a51", "type": "github" }, "original": { diff --git a/hosts/koi/configuration.nix b/hosts/koi/configuration.nix index b7db95f..4fb2f25 100755 --- a/hosts/koi/configuration.nix +++ b/hosts/koi/configuration.nix @@ -101,7 +101,7 @@ }]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - boot.kernelParams = [ "kernel.panic=10" ]; + boot.kernelParams = [ "panic=5" "mitigations=off" ]; boot.kernelPackages = pkgs.linuxPackages_latest; services.desu-deploy = {