cleanup example file
This commit is contained in:
parent
333e8f9b64
commit
474441d6c2
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
aria2_config = {
|
||||
rpc_secret = "<rpc secret for aria2>";
|
||||
wireguard_server = {
|
||||
name = "<a name for the peer>;
|
||||
endpoint = "<endpoint>:<port>";
|
||||
publicKey = "<public key>";
|
||||
};
|
||||
users = {
|
||||
root.hashedPassword = "<password hash of root user>";
|
||||
|
|
Loading…
Reference in a new issue