feat: enable resolved only if vpn is enabled
This commit is contained in:
parent
1447a77de5
commit
f5c0ca4eab
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
NetworkManager-wait-online.enable = false;
|
||||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.resolved.enable = config.bchmnn.collections.vpn.enable;
|
||||
|
||||
environment.systemPackages = lib.optionals (config.bchmnn.collections.vpn.enable) [
|
||||
pkgs.openvpn3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue