This commit is contained in:
2025-08-07 13:06:18 +03:00
parent 53ddd509fb
commit d19395a7f6
+2 -1
View File
@@ -6,7 +6,8 @@
}: }:
{ {
systemd = { systemd = {
services.rsync-archive = { # Make copy of files services.rsync-archive = {
# Make copy of files
description = "Backup data using rsync"; description = "Backup data using rsync";
#after = [ ]; #after = [ ];
requisite = [ "mnt-archive.mount" ]; # hard-code requisite = [ "mnt-archive.mount" ]; # hard-code