From cc80b8780d1ba104e355dbe3697f6679b81cad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Jun 2022 10:37:56 +0200 Subject: Flake inputs update --- flake.lock | 8 ++++---- nixos/modules/generic.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d111fbc..200f214 100644 --- a/flake.lock +++ b/flake.lock @@ -91,11 +91,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1653841080, - "narHash": "sha256-WKjNzLTN6Sp86LqUbMfl/O9roNfSA6gJvqIUXHarAeM=", + "lastModified": 1654937122, + "narHash": "sha256-Ea68UmPWQPJEFY0eLb/G/KHPubTWKR1+fpnkExm4U2c=", "ref": "refs/heads/master", - "rev": "38a4faa40f2d6ec6decd8863b1784809952933c7", - "revCount": 28, + "rev": "a7e2c790b76faadb5f1dcf3745c240eaa24a037a", + "revCount": 24, "type": "git", "url": "https://git.cynerd.cz/nixturris" }, diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 546e04a..f3334e8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -18,7 +18,7 @@ with lib; }; }; - boot.loader.systemd-boot.enable = mkDefault true; + boot.loader.systemd-boot.enable = mkOverride 1100 true; boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = ["boot.shell_on_fail"]; -- cgit v1.2.3