Update configuration.nix

This commit is contained in:
ska
2025-12-21 21:19:30 +00:00
parent a20758d001
commit 8972347ff6

View File

@@ -10,7 +10,7 @@
boot.loader.grub.device = "nodev";
boot.loader.efi = {
canTouchEfiVariables = false;
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};