diff options
| author | Fuwn <[email protected]> | 2024-09-18 21:00:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-18 21:00:49 -0700 |
| commit | 67cf042f6dc370c2cc6d02a944893f081418264a (patch) | |
| tree | 406a2971c76a376c1c02219f746b46b04869b349 /modules | |
| parent | boot: emulated arm64 (diff) | |
| download | nixos-config-67cf042f6dc370c2cc6d02a944893f081418264a.tar.xz nixos-config-67cf042f6dc370c2cc6d02a944893f081418264a.zip | |
hosts: himeji
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/networking/networkmanager.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/networking/networkmanager.nix b/modules/networking/networkmanager.nix index 8672759..7ef0e04 100644 --- a/modules/networking/networkmanager.nix +++ b/modules/networking/networkmanager.nix @@ -5,7 +5,6 @@ networking.networkmanager = { enable = true; plugins = [ pkgs.networkmanager-openvpn ]; - # dns = dns = "none"; # "systemd-resolved" wifi.backend = "iwd"; |