Skip to content

Commit

Permalink
device => devices nodev
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 12, 2024
1 parent 84e3cf9 commit 5fe42f5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@
};

boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = false;

efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};

grub = {
enable = true;
efiSupport = true;
device = "nodev";
devices = ["nodev"];
};
};

Expand Down

0 comments on commit 5fe42f5

Please sign in to comment.