~ruther/nixos-config

c74171a54347afb6f77ccb9f46179ba2cbd0e353 — Frantisek Bohacek 1 year, 5 months ago 386da2d
feat: disable editor in systemd boot
2 files changed, 2 insertions(+), 0 deletions(-)

M hosts/desktop/default.nix
M hosts/laptop/default.nix
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

Do not follow this link