summary refs log tree commit diff
path: root/config/systemd
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-10-28 17:21:25 -0700
committerFranck Cuny <franck@fcuny.net>2020-10-28 17:21:25 -0700
commitd78b98d5425fa356ea8367aaa9814e3bf870ea69 (patch)
tree74f0f1009646091a6c577498cc1ff866f0b9ea79 /config/systemd
parentemacs: use default theme / smaller font (diff)
downloademacs.d-d78b98d5425fa356ea8367aaa9814e3bf870ea69.tar.gz
backup: specify the domain
Diffstat (limited to 'config/systemd')
-rw-r--r--config/systemd/user/backup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systemd/user/backup.service b/config/systemd/user/backup.service
index a2f2d18..3a4bb31 100644
--- a/config/systemd/user/backup.service
+++ b/config/systemd/user/backup.service
@@ -4,7 +4,7 @@ Description=backup my home directory
 [Service]
 Type=oneshot
 
-Environment=RESTIC_REPOSITORY=rest:http://nas:8010/
+Environment=RESTIC_REPOSITORY=rest:http://nas.home:8010/
 Environment=RESTIC_PASSWORD_FILE=/home/fcuny/.config/restic/password
 
 ExecStart=/usr/bin/restic --tag=home --exclude=/home/fcuny/.cache --exclude=/home/fcuny/.mozilla --exclude=/home/fcuny/.config/chromium backup /home/fcuny