diff --git a/boot.nix b/boot.nix index ae5fc1a..3de1d8f 100644 --- a/boot.nix +++ b/boot.nix @@ -130,7 +130,7 @@ in { configurationLimit = mkOption { description = "Maximum number of generations in the boot menu"; - default = 30; + default = 3; example = null; type = types.int; }; diff --git a/desktop/developer.nix b/desktop/developer.nix index 2782f74..376c17d 100644 --- a/desktop/developer.nix +++ b/desktop/developer.nix @@ -71,6 +71,8 @@ in { "doc" "info" "dev" "debug" "static" ]; + aviallon.boot.configurationLimit = mkDefault 10; + aviallon.programs.allowUnfreeList = [ "tabnine" "clion" "Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"