This commit is contained in:
2025-11-09 12:07:11 +03:00
parent ac5f58832a
commit 65c2ebc1f2
10 changed files with 34 additions and 54 deletions
+1 -2
View File
@@ -14,8 +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";