From 7ff60a47f014efd8dcc216d2430ece9b177e56e5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 13:51:56 +0200 Subject: fix(sys/boot): Restore the bootsetup to the status quo Having a read-only ISO (preferably tails) ready to test things is quite cool, but actually setting this up requires an EFI partition that can store the 1+ GB ISO. Thus, this change needs to be deferred until a disk reinstall can be made. --- sys/impermanence/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/impermanence/default.nix') diff --git a/sys/impermanence/default.nix b/sys/impermanence/default.nix index b0529bbc..d116f45f 100644 --- a/sys/impermanence/default.nix +++ b/sys/impermanence/default.nix @@ -9,7 +9,6 @@ "/etc/nixos" "/var/log" "/var/lib/systemd" - "/boot" ] ++ lib.optional config.networking.networkmanager.enable "/etc/NetworkManager" ++ lib.optional config.boot.lanzaboote.enable "/etc/secureboot" -- cgit 1.4.1