Skip to content

Commit

Permalink
fix(recover): remove useless loglevel, rm tmp files
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 19, 2023
1 parent b297bd0 commit 58ec02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
-bios "$BIOS" \
-drive file="$IMG",format=raw \
-m 2G
rm -Rf "$TMPD"
'';
runtimeInputs = with pkgs; [ tree rsync qemu ];
};
Expand Down
1 change: 0 additions & 1 deletion recover.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
};
};
boot = {
consoleLogLevel = 6; #INFO
supportedFilesystems = [
"btrfs"
"exfat"
Expand Down

0 comments on commit 58ec02b

Please sign in to comment.