mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
systemd = {
|
||||
services.rsync-archive = lib.mkIf (config.xlib.device.type == "server") {
|
||||
description = "Backup data using rsync";
|
||||
after = [ "network.target" ];
|
||||
#after = [ ];
|
||||
requisite = [ "mnt-archive.mount" ]; # hard-code
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
||||
Reference in New Issue
Block a user