Add a config for the machine to recover the family disks.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user