all repos — char/flake @ b1d705650a8cb47c787705bfb4d1d4cefbd8df09

nixos flake

runestone: limit systemd-boot entries

i ran out of space on /boot xd
Charlotte Som charlotte@som.codes
Fri, 15 May 2026 11:56:44 +0100
commit

b1d705650a8cb47c787705bfb4d1d4cefbd8df09

parent

c9224fa9fb35ca85ead8bb8225df20e26d959352

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M profiles/runestone/base.nixprofiles/runestone/base.nix

@@ -8,6 +8,8 @@ {

networking.hostName = "runestone"; time.timeZone = "Europe/London"; + boot.loader.systemd-boot.configurationLimit = 3; + hardware.graphics = { enable = true; extraPackages = with pkgs; [