diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 025fa40..99d6650 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -20,7 +20,7 @@ in # https://nixos.org/manual/nixos/stable/#sec-installation # boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.systemd-boot.enable = false; - boot.loader.efi.canTouchEfiVariables = false; + boot.loader.efi.canTouchEfiVariables = true; boot.loader.grub = { enable = true; device = "nodev"; @@ -31,7 +31,6 @@ in rev = "803c5df0e83aba61668777bb96d90ab8f6847106"; hash = "sha256-/bSolCta8GCZ4lP0u5NVqYQ9Y3ZooYCNdTwORNvR7M0="; }}/src/catppuccin-macchiato-grub-theme/"; - efiInstallAsRemovable = true; # useOSProber = true; }; diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index 8b69dbb..ac0f1af 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -43,9 +43,8 @@ in }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/E095-34D8"; + { device = "/dev/disk/by-uuid/7C85-2DFB"; fsType = "vfat"; - options = [ "noauto" ]; }; swapDevices =