diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 14:04:31 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 14:04:31 -0700 |
| commit | bf146a8905e2358b3f10bb40436e9e895b77f59d (patch) | |
| tree | 21fd4d85b7961b9ccfa265822dcbc8f9f4255233 /README.md | |
| parent | 522a8267c4a34f66d496e380474fb0ac8a2062fa (diff) | |
| download | nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar.gz nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar.bz2 nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar.lz nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar.xz nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.tar.zst nix-bf146a8905e2358b3f10bb40436e9e895b77f59d.zip | |
Add rescue note
Diffstat (limited to '')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -87,3 +87,11 @@ which should walk you through the rest of the installation. As part of the installation, the Git repo you grabbed above to perform the installation was also copied to /etc/nixos on your new system. Keeping a NixOS system up to date means keeping your living system configuration up to date also. To make this task slightly easier if this is your first NixOS installation, you can run the script `/etc/nixos/scripts/pretty-rebuild` as root which will perform a standard nixos-rebuild command to upgrade the system along with some informational output after that command finishes on what may have changed. + +### Rescue + +You might need to boot into a rescue initrd environment. In order to successfully do that, you'll probably need to add the following to your kernel command line: + +``` +rescue systemd.setenv=SYSTEMD_SULOGIN_FORCE=1 +``` |
