configuration.nix/secrets.nix.example

8 lines
135 B
Text
Raw Normal View History

2023-08-05 14:11:03 +05:30
{
2024-03-31 22:30:59 +05:30
wireguard_server = {
name = "<a name for the peer>;
endpoint = "<endpoint>:<port>";
publicKey = "<public key>";
2023-08-05 14:11:03 +05:30
};
}