diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/prometheus/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix index b121ac2f..f27e1c73 100644 --- a/hosts/vidhar/prometheus/default.nix +++ b/hosts/vidhar/prometheus/default.nix | |||
@@ -56,7 +56,7 @@ in { | |||
56 | }; | 56 | }; |
57 | in pkgs.writeText "wireguard-config" (concatMapStringsSep "\n" ({ name, value }: '' | 57 | in pkgs.writeText "wireguard-config" (concatMapStringsSep "\n" ({ name, value }: '' |
58 | [Peer] | 58 | [Peer] |
59 | # ${name} | 59 | # friendly_name = ${name} |
60 | PublicKey = ${value} | 60 | PublicKey = ${value} |
61 | AllowedIPs = ::/0 | 61 | AllowedIPs = ::/0 |
62 | '') (concatLists (mapAttrsToList (host: hostKeys: map (nameValuePair host) hostKeys) keys))); | 62 | '') (concatLists (mapAttrsToList (host: hostKeys: map (nameValuePair host) hostKeys) keys))); |