mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
add temporary fix
This commit is contained in:
parent
a508ec48ce
commit
3be2d9fcd9
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ mkOizysModule config "vpn" {
|
||||||
'';
|
'';
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
updateResolvConf = true;
|
updateResolvConf = true;
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/341223
|
||||||
|
# what happens when PR's are merged without review...
|
||||||
|
extraArgs = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue