rescue: disable persistence

This commit is contained in:
2023-11-08 15:29:49 +00:00
parent 28d4a4b065
commit 851b2cec88

View File

@@ -7,7 +7,7 @@
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];
# sane.persist.enable = false; # TODO: disable (but run `nix flake check` to ensure it works!)
sane.persist.enable = false;
sane.nixcache.enable = false; # don't want to be calling out to dead machines that we're *trying* to rescue
sane.zsh.guiIntegrations = false; # save on unused dependencies