flash-installer: fix evaluation warnings

This commit is contained in:
Michael Hoang
2025-09-19 12:18:41 +02:00
parent 9f1d8d22e8
commit 00a864663b
2 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ let
system.stateVersion = config.system.nixos.release;
nixpkgs.pkgs = self.inputs.nixpkgs.legacyPackages.x86_64-linux;
users.users.root.initialHashedPassword = lib.mkForce null;
boot.loader.grub.efiSupport = lib.mkDefault true;
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
disko.devices = {