26 yarara update

This commit is contained in:
Zoty 2026-07-06 07:02:34 -03:00
parent 1c0da4eba9
commit c371aeb483
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
8 changed files with 56 additions and 30 deletions

View file

@ -211,6 +211,7 @@ in {
# the dependency on the Ventoy device remaining accessible during boot.
# See: https://github.com/NixOS/nixpkgs/issues/245101
boot.kernelParams = [ "copytoram" ];
boot.zfs.forceImportRoot = false;
services.getty.autologinUser = lib.mkForce "root";