1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01: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 = [