From 5a8bdffc2a5de802e2a7889e6b2f1f9f61a8d642 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:52:32 +0100 Subject: [PATCH] go back to systemd-boot --- hosts/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index df4514e..8638e89 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -7,8 +7,8 @@ ../../nixos/fonts.nix ../../nixos/home-manager.nix ../../nixos/nix.nix - # ../../nixos/systemd-boot.nix - ../../nixos/grub.nix + ../../nixos/systemd-boot.nix + # ../../nixos/grub.nix ../../nixos/sddm.nix ../../nixos/users.nix ../../nixos/utils.nix