mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
restic: fix listen address
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user