configuration.nix/secrets.nix.example
Adithya Nair dcb5d76ff0
cleanup secrets
move secrets out of the repo

move secrets

cleanup secrets
2024-06-16 22:32:48 +05:30

7 lines
135 B
Text

{
wireguard_server = {
name = "<a name for the peer>;
endpoint = "<endpoint>:<port>";
publicKey = "<public key>";
};
}