M hosts/desktop/default.nix => hosts/desktop/default.nix +1 -0
@@ 43,6 43,7 @@
systemd-boot = {
enable = true;
configurationLimit = 5; # Limit the amount of configurations
+ editor = false; # Better security, disallows passing /bin/sh to start as root
};
efi.canTouchEfiVariables = true;
timeout = 1; # Grub auto select time
M hosts/laptop/default.nix => hosts/laptop/default.nix +1 -0
@@ 41,6 41,7 @@
};
systemd-boot = {
enable = true;
+ editor = false; # Better security, disallows passing /bin/sh to start as root
configurationLimit = 5;
};
timeout = 1; # Grub auto select time