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 53def2d commit 33cf65b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions robot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
};

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

services.openssh = {
Expand Down

0 comments on commit 33cf65b

Please sign in to comment.