diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-01 00:35:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-01 00:35:47 +0100 |
commit | 96ca515e0e7a3b30d269d863b35f6307bd2367d7 (patch) | |
tree | d7c51b4f9a3dc98ae9fe1b46c802d7ce22538c10 /hosts/vidhar | |
parent | 03fe757ce746e87dff946a46519377bb34b20cf2 (diff) | |
download | nixos-96ca515e0e7a3b30d269d863b35f6307bd2367d7.tar nixos-96ca515e0e7a3b30d269d863b35f6307bd2367d7.tar.gz nixos-96ca515e0e7a3b30d269d863b35f6307bd2367d7.tar.bz2 nixos-96ca515e0e7a3b30d269d863b35f6307bd2367d7.tar.xz nixos-96ca515e0e7a3b30d269d863b35f6307bd2367d7.zip |
vidhar: prometheus: ...
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))); |