~ruther/nixos-config

6bdff29b0b34f6a0af614a30e56a49aa234224ee — Frantisek Bohacek 1 year, 6 months ago f429cac
feat: add configuration limit for laptop
1 files changed, 4 insertions(+), 1 deletions(-)

M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +4 -1
@@ 39,7 39,10 @@
      efi = {
        canTouchEfiVariables = true;
      };
      systemd-boot.enable = true;
      systemd-boot = {
        enable = true;
        configurationLimit = 5;
      };
      timeout = 1;                          # Grub auto select time
    };


Do not follow this link