diff --git a/flake.nix b/flake.nix index efe558f..15b09d1 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ -bios "$BIOS" \ -drive file="$IMG",format=raw \ -m 2G + rm -Rf "$TMPD" ''; runtimeInputs = with pkgs; [ tree rsync qemu ]; }; diff --git a/recover.nix b/recover.nix index a80d379..505a1f2 100644 --- a/recover.nix +++ b/recover.nix @@ -13,7 +13,6 @@ }; }; boot = { - consoleLogLevel = 6; #INFO supportedFilesystems = [ "btrfs" "exfat"