Skip to content

Commit

Permalink
turn of grub and try systemd boot instead
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 12, 2024
1 parent a1bc588 commit 37e5b82
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
};

boot.loader = {
systemd-boot.enable = false;

efi = {
canTouchEfiVariables = true;
};

grub = {
enable = true;
efiSupport = true;
devices = ["nodev"];
};
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
# grub = {
# enable = true;
# efiSupport = true;
# devices = ["nodev"];
# };
};

services.openssh = {
Expand Down

0 comments on commit 37e5b82

Please sign in to comment.