a
This commit is contained in:
parent
0188f55024
commit
bee3835027
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ with lib;
|
|||
config = {
|
||||
services.openvpn.servers.${name} = {
|
||||
config = ''
|
||||
config ${cfg.config.${name}}
|
||||
config /host${cfg.config.${name}}
|
||||
'';
|
||||
up = "echo nameserver $nameserver | ${pkgs.openresolv}/sbin/resolvconf -m 0 -a $dev";
|
||||
down = "${pkgs.openresolv}/sbin/resolvconf -d $dev";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue