From a821ab7f6b274018832a6d03f616705c981f6106 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 29 Jun 2025 21:12:16 +0200 Subject: [PATCH] add grub as removable this better works on this piece of shit that I call laptop --- hosts/laptop1/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 9bc9507..4897be6 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -7,6 +7,8 @@ ./hardware-configuration.nix ]; + boot.loader.grub.efiInstallAsRemovable = true; + home-manager = { extraSpecialArgs = { inherit inputs; }; users = {