diff options
Diffstat (limited to '')
-rw-r--r-- | sys/impermanence/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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" |