Skip to content

Commit

Permalink
fix(cm3588): config, sys tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jan 4, 2025
1 parent 05e885c commit 18c7ee0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cm3588.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@
kernelPackages = pkgs.linuxPackages_latest;
loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
generic-extlinux-compatible = {
configurationLimit = 5;
enable = true;
};
};
tmp.useTmpfs = true;
};
environment.systemPackages = with pkgs; [
btrbk
coreutils
cryptsetup
curl
diffutils
findutils
Expand All @@ -32,6 +36,7 @@
htop
less
neovim
smartmontools
tmux
xz
zsh
Expand Down

0 comments on commit 18c7ee0

Please sign in to comment.