mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
restic: fix listen address
This commit is contained in:
@@ -15,7 +15,7 @@ in {
|
|||||||
inherit dataDir;
|
inherit dataDir;
|
||||||
prometheus = true;
|
prometheus = true;
|
||||||
extraFlags = ["--no-auth"]; # auth is done via firewall
|
extraFlags = ["--no-auth"]; # auth is done via firewall
|
||||||
listenAddress = ":${toString restic.port}";
|
listenAddress = toString restic.port;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user