about summary refs log tree commit diff
path: root/modules/user/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-09-14 10:24:17 +0200
committeraszlig <aszlig@nix.build>2021-09-14 10:24:17 +0200
commit5d34477fdbf3075a416f30bd136acad3ff7c48dc (patch)
tree35955a33ea461750a45220c0c6fd92e1d03fa4ea /modules/user/aszlig
parente9dd541a4fbc0f82c7510acea9f28c6ac6e558c1 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'modules/user/aszlig')
-rw-r--r--modules/user/aszlig/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
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