From 1021191b90f31fe34592a1ee95a5d588a2d61dc2 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 6 Jan 2021 22:07:02 -0700 Subject: Use boot path from configuration and ignore failures when updating loader conf --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 ":"; -- cgit v1.2.3