diff --git a/ChangeLog b/ChangeLog
index 0d65068ad0a8400b6e08d0416c2498f532e0f264..1e255e095927875d176aa2705780f192dc4cbf74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-07  Sebastian Thorarensen  <sebth@lysator.liu.se>
+
+	Updated the config for Lysator.
+	* fetch-backup-work: Add ns and nis.
+
 2014-10-16  Sebastian Thorarensen  <sebth@lysator.liu.se>
 
 	Updated the config for Lysator.
diff --git a/fetch-backup-work b/fetch-backup-work
index fe26b040704d1ace2baefd5731d5d24c0667102c..5ea22928eb452316006a7c65afb9990aae00a5cc 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -110,12 +110,16 @@ echo medreg sqldump medreg /var/lib/mysql-dump >> $NT
 echo bernadotte var-log bernadotte /var/log >> $NT
 echo bernadotte var-spool-postfix bernadotte /var/spool/postfix >> $NT
 echo bernadotte var-lib-mailman bernadotte /var/lib/mailman >> $NT
-
 ssh bernadotte 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done' \
 | grep -v DELETE \
 | awk '{ print "mail", $1, "bernadotte", "/home/" $1 }' \
 | sort >> $NT
 
+# NS and NIS
+echo ns lysator ns /lysator >> $NT
+echo nis lysator nis /lysator >> $NT
+echo nis opt-lysator nis /opt/lysator >> $NT
+
 # lysrdiff
 echo shafan root shafan / >> $NT