mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -21,8 +21,7 @@
|
|||||||
"${xlib.dirs.server-home}/Music/"
|
"${xlib.dirs.server-home}/Music/"
|
||||||
];
|
];
|
||||||
destination = "${xlib.dirs.mobile-drive}/Music/";
|
destination = "${xlib.dirs.mobile-drive}/Music/";
|
||||||
settings =
|
settings = {
|
||||||
{
|
|
||||||
archive = true;
|
archive = true;
|
||||||
delete = true;
|
delete = true;
|
||||||
mkpath = true;
|
mkpath = true;
|
||||||
@@ -40,8 +39,7 @@
|
|||||||
"${xlib.dirs.server-home}/Hosts/epral/Neo Backup/"
|
"${xlib.dirs.server-home}/Hosts/epral/Neo Backup/"
|
||||||
];
|
];
|
||||||
destination = "${xlib.dirs.mobile-drive}/Neo Backup/";
|
destination = "${xlib.dirs.mobile-drive}/Neo Backup/";
|
||||||
settings =
|
settings = {
|
||||||
{
|
|
||||||
archive = true;
|
archive = true;
|
||||||
delete = true;
|
delete = true;
|
||||||
mkpath = true;
|
mkpath = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user