diff options
author | notgne2 | 2021-01-06 22:07:02 -0700 |
---|---|---|
committer | notgne2 | 2021-01-06 22:07:02 -0700 |
commit | 1021191b90f31fe34592a1ee95a5d588a2d61dc2 (patch) | |
tree | 941f882ad5596e71fb0a35d929f0860a0e96285a | |
parent | a9a5c4bd1ef7a2db264dddd1dc51ac315ddbb606 (diff) |
Use boot path from configuration and ignore failures when updating loader conf
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ":"; |