aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 41035d6..e7afbdd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -84,7 +84,7 @@
$PROFILE/bin/switch-to-configuration switch
# https://github.com/serokell/deploy-rs/issues/31
- sed -i '/^default /d' /boot/loader/loader.conf
+ sed -i '/^default /d' ${base.config.boot.loader.efi.efiSysMountPoint}/loader/loader.conf || :
'';
noop = base: custom base ":";