Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set NixOS boot entry after activation instead of before #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@
# work around https://github.com/NixOS/nixpkgs/issues/73404
cd /tmp

$PROFILE/bin/switch-to-configuration switch
# Explicitly test then boot instead of switch (which works the other way round),
# so that a reboot will recover after a failure
$PROFILE/bin/switch-to-configuration test
$PROFILE/bin/switch-to-configuration boot

# https://github.com/serokell/deploy-rs/issues/31
${with base.config.boot.loader;
Expand Down