diff options
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -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"]; |