Enable systemd-resolved for netbird clients
This enables resolving of internal and external domains from withing containers.
This commit is contained in:
parent
978e1b97f0
commit
46c276db41
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ in {
|
|||
};
|
||||
systemd.services.${config.services.netbird.clients.wt0.service.name}.path = [ pkgs.shadow ];
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
netbird = {
|
||||
image = "netbirdio/netbird:${clientVersion}-rootless";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue