about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index f367cc80..1fffd9de 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -60,6 +60,7 @@ in {
         manpages          # system manpages (not included by default)
         mkpasswd          # UNIX password creator
         nmap              # stats about clients in the network
+        rsync             # file syncing tool
         smartmontools     # check disk state
         stow              # dotfile management
         tmux              # detachable terminal multiplexer
@@ -92,4 +93,4 @@ in {
     users.users = { inherit philip; };
 
   };
-}
\ No newline at end of file
+}