Skip to content

Commit

Permalink
Update robot.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 12, 2024
1 parent 3c1d826 commit b352a99
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@

boot.loader = {
systemd-boot.enable = false;
efi.canTouchEfiVariables = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
grub = {
version = 2;
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
# efiInstallAsRemovable = true;
device = "nodev";
};
};

Expand Down

0 comments on commit b352a99

Please sign in to comment.