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