From dc36bc62d5b11536b65ab01a8d750f9ab575f24d Mon Sep 17 00:00:00 2001 From: demenik Date: Mon, 1 Dec 2025 19:45:29 +0100 Subject: [PATCH] fix: Add systemd-boot --- nixos/full.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/full.nix b/nixos/full.nix index 0ccaf69..841a3f4 100644 --- a/nixos/full.nix +++ b/nixos/full.nix @@ -26,6 +26,7 @@ boot = { loader.efi.canTouchEfiVariables = true; + loader.systemd-boot.enable = true; kernelPackages = pkgs.linuxPackages_latest; };