From 4477cf04b6779a537cdb5f0bd3dd30e75aeb4a3b Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 31 Aug 2018 21:37:07 -0400 Subject: [PATCH] Document running nixos-rebuild switch to clear /boot space --- nixos/doc/manual/administration/cleaning-store.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nixos/doc/manual/administration/cleaning-store.xml b/nixos/doc/manual/administration/cleaning-store.xml index ee201982a40..f078b8c3ba3 100644 --- a/nixos/doc/manual/administration/cleaning-store.xml +++ b/nixos/doc/manual/administration/cleaning-store.xml @@ -50,4 +50,14 @@ $ nix-store --optimise Since this command needs to read the entire Nix store, it can take quite a while to finish. +
+ NixOS Boot Entries + + + If your /boot partition runs out of space, after + clearing old profiles you must rebuild your system with + nixos-rebuild to update the /boot + partition and clear space. + +