Skip to content

Commit

Permalink
restic: fix listen address
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Jun 7, 2024
1 parent 48419a1 commit b0bb504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/zaatar/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b0bb504

Please sign in to comment.