Commit 82ddac97ab6f

Vincent Demeester <vincent@sbr.pm>
2018-09-09 18:34:11
Add /etc/vrsync to honshu configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3dd4977
Changed files (1)
machine
machine/honshu.nix
@@ -29,6 +29,14 @@
     };
   };
 
+  environment.etc."vrsync".text = ''
+/home/vincent/desktop/pictures/screenshots/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/screenshots/
+/home/vincent/desktop/pictures/wallpapers/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/wallpapers/
+/home/vincent/desktop/pictures/photos/ vincent@synodine.local:/volumeUSB2/usbshare/pictures/photos/
+/home/vincent/desktop/documents/ vincent@synodine.local:/volume1/documents/
+/run/media/vincent/FcCuir/music/ vincent@synodine.local:/volumeUSB2/usbshare/music/
+  ''
+
   systemd.services.vrsync = {
     description = "vrsync - sync folders to NAS";
     wantedBy = [ "multi-user.target" ];