diff options
| author | Mel <mel@rnrd.eu> | 2025-07-27 22:26:57 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-27 22:28:12 +0200 |
| commit | a01e36caae6da9502c470e3be37fb43db27d5caf (patch) | |
| tree | d00f7be796ab6cb19768761bf95335ce78795e75 /secrets/secrets.nix | |
| parent | 519d8ec24f9447c7a922353dde07f7abe2895d75 (diff) | |
| download | network-a01e36caae6da9502c470e3be37fb43db27d5caf.tar.zst network-a01e36caae6da9502c470e3be37fb43db27d5caf.zip | |
Configure zibeline WireGuard VPN server
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 5c7404a..30bb62d 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -8,6 +8,7 @@ let taupe corsac fourmi + zibeline ; in { @@ -42,5 +43,6 @@ in "wireguard-private-key.age".publicKeys = [ taupe + zibeline ] ++ allAdmins; } |
