1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

restic: fix listen address

This commit is contained in:
2024-06-07 11:14:23 +02:00
parent 48419a1106
commit b0bb5047b1

View File

@@ -15,7 +15,7 @@ in {
inherit dataDir;
prometheus = true;
extraFlags = ["--no-auth"]; # auth is done via firewall
listenAddress = ":${toString restic.port}";
listenAddress = toString restic.port;
};
environment.systemPackages = [