From b4c22faeeedf0684703ec96f77effed0781feb3d Mon Sep 17 00:00:00 2001 From: samoht9277 Date: Wed, 7 Feb 2024 12:00:07 -0300 Subject: [PATCH] Moved bootctl. --- nixos-infect | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 9a199d4..21a2d06 100644 --- a/nixos-infect +++ b/nixos-infect @@ -444,9 +444,10 @@ if [[ -z "$NO_SWAP" ]]; then fi makeConf -bootctl install --graceful # Add necessary boot files. infect +bootctl install --graceful # Add necessary boot files. + if [[ -z "$NO_SWAP" ]]; then removeSwap fi