only sets port for backrest
This commit is contained in:
parent
1a2661d0c9
commit
8fa6fdbc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
BACKREST_PORT = "127.0.0.1:9004";
|
BACKREST_PORT = "9004";
|
||||||
BACKREST_RESTIC_COMMAND = "${pkgs.restic}/bin/restic";
|
BACKREST_RESTIC_COMMAND = "${pkgs.restic}/bin/restic";
|
||||||
BACKREST_CONFIG = "/var/lib/backrest/config";
|
BACKREST_CONFIG = "/var/lib/backrest/config";
|
||||||
BACKREST_DATA = "/var/lib/backrest/data";
|
BACKREST_DATA = "/var/lib/backrest/data";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue