From 5d34477fdbf3075a416f30bd136acad3ff7c48dc Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 14 Sep 2021 10:24:17 +0200 Subject: profiles/aszlig: Add ddrescue to base profile Since I regularly use this for recovering data from various hard drives and it's also a good idea to have it at hand with no Internet connection in case something bad[TM] happens, let's make it available everywhere. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user/aszlig') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 79f7899b..e8800a80 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -48,6 +48,7 @@ in { environment.systemPackages = with pkgs; [ binutils cacert + ddrescue file htop iotop -- cgit 1.4.1