Vpn: Add server address note.
This commit is contained in:
parent
02006b1ff7
commit
6e32401f20
|
@ -79,6 +79,7 @@ in {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# NOTE: Change the `server` to match `cfg.clients` or write a substring here.
|
||||||
services.openvpn.servers.vpn = {
|
services.openvpn.servers.vpn = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
config = util.trimTabs ''
|
config = util.trimTabs ''
|
||||||
|
|
Loading…
Reference in a new issue