force no nm plugins

This commit is contained in:
jacekpoz 2024-07-24 16:28:29 +02:00
parent 50adb4d46d
commit 8b2efeb78e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -4,11 +4,14 @@
...
}: let
inherit (config.myOptions.other.system) username;
inherit (lib) mkForce;
in {
networking = {
networkmanager = {
enable = true;
dns = "systemd-resolved";
plugins = mkForce [];
};
firewall.checkReversePath = "loose";
};