Commit 82ddac97ab6f
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" ];