You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using targetEnv = "container" to deploy to a nixos container.
I need to set to option that's shown in the NixOS options as containers.<name>.enableTun for my containers, so that I can use tinc VPN inside the container (found that out from here).
I'm using
targetEnv = "container"
to deploy to a nixos container.I need to set to option that's shown in the NixOS options as
containers.<name>.enableTun
for my containers, so that I can usetinc
VPN inside the container (found that out from here).How can set options like that, given that nixops uses the Imperative Container Management API?
The text was updated successfully, but these errors were encountered: