add temporary fix

This commit is contained in:
Daylin Morgan 2024-09-14 18:09:05 -05:00
parent a508ec48ce
commit 3be2d9fcd9
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -28,6 +28,10 @@ mkOizysModule config "vpn" {
'';
autoStart = false;
updateResolvConf = true;
# https://github.com/NixOS/nixpkgs/pull/341223
# what happens when PR's are merged without review...
extraArgs = [];
};
};