Add a config for the machine to recover the family disks.

This commit is contained in:
Tom Alexander
2026-02-27 14:12:44 -05:00
parent 7f9f010217
commit ed4eead5c0
18 changed files with 458 additions and 8 deletions

View File

@@ -22,6 +22,9 @@
{
environment.systemPackages = with pkgs; [
ddrescue
tmux # For running rescues in the background
rsync # For transferring rescued files
htop # To check resource usage
];
}
(lib.mkIf config.me.graphical {