mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
homelab kopia server online target
This commit is contained in:
parent
992cae5a77
commit
435ffa74a4
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ in
|
||||||
description = "Kopia Backup Server";
|
description = "Kopia Backup Server";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
environment = {
|
environment = {
|
||||||
KOPIA_CONFIG_PATH = "${dataDir}/repository.config";
|
KOPIA_CONFIG_PATH = "${dataDir}/repository.config";
|
||||||
KOPIA_LOG_DIR = "${dataDir}/logs";
|
KOPIA_LOG_DIR = "${dataDir}/logs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue