mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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";
|
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.
|
environment.systemPackages = [ cfg.package ]; # For the CLI.
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue