add grub as removable this better works on this piece of shit that I call laptop

This commit is contained in:
smayzy 2025-06-29 21:12:16 +02:00
parent f83c1b0c50
commit a821ab7f6b

View File

@ -7,6 +7,8 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
boot.loader.grub.efiInstallAsRemovable = true;
home-manager = { home-manager = {
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };
users = { users = {