about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-29 01:49:10 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-29 01:49:10 +0200
commit0e0974f0f4c2e16ce62cf560bc8b2d0f31cd2499 (patch)
tree8b6e3237970ac6530f0ad9da0c1f4ae40f2b3a18 /machines/profpatsch/base.nix
parent22c9b551865e768725d840d26c51c3e4d4cb7073 (diff)
machines/katara: add/rm packages
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
+}