nixos/twingate: avoid conflicts with resolved
This commit is contained in:
parent
6adb20e965
commit
e739ef8066
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
};
|
||||
|
||||
networking.firewall.checkReversePath = lib.mkDefault "loose";
|
||||
services.resolved.enable = !(config.networking.networkmanager.enable);
|
||||
services.resolved.enable = lib.mkIf (!config.networking.networkmanager.enable) true;
|
||||
|
||||
environment.systemPackages = [ cfg.package ]; # For the CLI.
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue