This commit is contained in:
2025-11-09 12:08:09 +03:00
parent 65c2ebc1f2
commit f9c50b2d60
8 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#after = [ ];
requisite = [ "mnt-archive.mount" ]; # hard-code
script = ''
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/ ${xlib.dirs.archive-drive}/Services/
${pkgs.rsync}/bin/rsync -rtv --delete ${xlib.dirs.services-folder}/ ${xlib.dirs.archive-drive}/Services/
'';
serviceConfig = {
Type = "oneshot";