Add magnetar in wireguard
This commit is contained in:
parent
5ddd010f03
commit
92422c52da
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ let hn = config.networking.hostName; in {
|
||||||
allowedIPs = [ "10.32.54.3/32" ];
|
allowedIPs = [ "10.32.54.3/32" ];
|
||||||
publicKey = "1OA03mqu7SxREAum4UabJKD7hf+foPLu1j0E1N5K508=";
|
publicKey = "1OA03mqu7SxREAum4UabJKD7hf+foPLu1j0E1N5K508=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
allowedIPs = [ "10.32.54.6/32" ];
|
||||||
|
publicKey = "yR099WK5V11Y6jr5CheXl6SDWPpvUMtvoItlO+JJd24=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
privateKeyFile = config.sops.secrets."wireguard/${hn}".path;
|
privateKeyFile = config.sops.secrets."wireguard/${hn}".path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue