rescue: disable persistence
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];
|
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.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
|
sane.zsh.guiIntegrations = false; # save on unused dependencies
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user