nixos: Update documentation to refer to bin/apply

This commit is contained in:
Robert Hensing 2024-09-25 12:43:11 +02:00
parent d0b30777a2
commit 7902cea1de
7 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ in
};
}
({ config, ... }: {
# Don't pull in switch-to-configuration by default, except when specialisations or early boot shenanigans are involved.
# Don't pull in apply and switch-to-configuration by default, except when specialisations or early boot shenanigans are involved.
# This is mostly a Hydra optimization, so we don't rebuild all the tests every time switch-to-configuration-ng changes.
key = "no-switch-to-configuration";
system.switch.enable = mkDefault (config.isSpecialisation || config.specialisation != {} || config.virtualisation.installBootLoader);