mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user